Version 2 (modified by 19 years ago) ( diff ) | ,
---|
Namespace Simplification
On django-developers, we discussed some changes to the django namespace, and adding a new "shortcuts" module to allow 1 line imports for common tasks. These changes are part of RemovingTheMagic.
Here's a summary of what should be done:
- Move
django.utils.httpwrappers
, plus theHttp404
exception. todjango.http
- Move
django.core.template
andDjangoContext
todjango.template
- Move
django.core.formfields
todjango.forms
- Add
django.shortcuts.views
,django.shortcuts.templatetags
, what else?
Note:
See TracWiki
for help on using the wiki.