Changes between Version 2 and Version 3 of NamespaceSimplification
- Timestamp:
- Jan 11, 2006, 4:04:51 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NamespaceSimplification
v2 v3 5 5 Here's a summary of what should be done: 6 6 7 * Move {{{django.utils.httpwrappers}}}, plus the {{{Http404}}} exception. to {{{django.http}}} 7 == Move httpwrappers == 8 8 9 * Move {{{django.core.template}}} and {{{DjangoContext}}} to {{{django.template}}} 9 '''Status: Done''' 10 10 11 * Move {{{django.core.formfields}}} to {{{django.forms}}}11 Move {{{django.utils.httpwrappers}}}, plus the {{{Http404}}} exception. to {{{django.http}}} 12 12 13 * Add {{{django.shortcuts.views}}}, {{{django.shortcuts.templatetags}}}, what else?14 13 14 == Move template == 15 16 '''Status: Not started''' 17 18 Move {{{django.core.template}}} and {{{DjangoContext}}} to {{{django.template}}} 19 20 21 == Move formfields == 22 23 '''Status: Not started''' 24 25 Move {{{django.core.formfields}}} to {{{django.forms}}} 26 27 28 == Add "shortcuts" modules for common tasks == 29 '''Status: Not started''' 30 31 Add {{{django.shortcuts.views}}}, {{{django.shortcuts.templatetags}}}, what else? 32