Changes between Version 1 and Version 2 of NamespaceSimplification
- Timestamp:
- Jan 11, 2006, 3:02:09 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NamespaceSimplification
v1 v2 5 5 Here's a summary of what should be done: 6 6 7 * Move {{{django.utils.httpwrappers}}}, plus the {{{Http404}}} and {{{Http500}}} exceptions. to {{{django.http}}}7 * Move {{{django.utils.httpwrappers}}}, plus the {{{Http404}}} exception. to {{{django.http}}} 8 8 9 9 * Move {{{django.core.template}}} and {{{DjangoContext}}} to {{{django.template}}} 10 10 11 * Move {{{django.core.formfields}}} to {{{django.form }}}11 * Move {{{django.core.formfields}}} to {{{django.forms}}} 12 12 13 13 * Add {{{django.shortcuts.views}}}, {{{django.shortcuts.templatetags}}}, what else?