Changes between Version 2 and Version 3 of NamespaceSimplification


Ignore:
Timestamp:
Jan 11, 2006, 4:04:51 PM (19 years ago)
Author:
jkocherhans <jkocherhans@…>
Comment:

updated status of http warppers, changed formatting

Legend:

Unmodified
Added
Removed
Modified
  • NamespaceSimplification

    v2 v3  
    55Here's a summary of what should be done:
    66
    7  * Move {{{django.utils.httpwrappers}}}, plus the {{{Http404}}} exception. to {{{django.http}}}
     7== Move httpwrappers ==
    88
    9  * Move {{{django.core.template}}} and {{{DjangoContext}}} to {{{django.template}}}
     9'''Status: Done'''
    1010
    11  * Move {{{django.core.formfields}}} to {{{django.forms}}}
     11Move {{{django.utils.httpwrappers}}}, plus the {{{Http404}}} exception. to {{{django.http}}}
    1212
    13  * Add {{{django.shortcuts.views}}}, {{{django.shortcuts.templatetags}}}, what else?
    1413
     14== Move template ==
     15
     16'''Status: Not started'''
     17
     18Move {{{django.core.template}}} and {{{DjangoContext}}} to {{{django.template}}}
     19
     20
     21== Move formfields ==
     22
     23'''Status: Not started'''
     24
     25Move {{{django.core.formfields}}} to {{{django.forms}}}
     26
     27
     28== Add "shortcuts" modules for common tasks ==
     29'''Status: Not started'''
     30
     31Add {{{django.shortcuts.views}}}, {{{django.shortcuts.templatetags}}}, what else?
     32
Back to Top