Changes between Version 1 and Version 2 of NamespaceSimplification


Ignore:
Timestamp:
Jan 11, 2006, 3:02:09 PM (18 years ago)
Author:
jkocherhans <jkocherhans@…>
Comment:

removed Http500 exception because it doesn't exist, changed form to forms

Legend:

Unmodified
Added
Removed
Modified
  • NamespaceSimplification

    v1 v2  
    55Here's a summary of what should be done:
    66
    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}}}
    88
    99 * Move {{{django.core.template}}} and {{{DjangoContext}}} to {{{django.template}}}
    1010
    11  * Move {{{django.core.formfields}}} to {{{django.form}}}
     11 * Move {{{django.core.formfields}}} to {{{django.forms}}}
    1212
    1313 * Add {{{django.shortcuts.views}}}, {{{django.shortcuts.templatetags}}}, what else?
Back to Top