= Namespace Simplification = On django-developers, we [http://groups.google.com/group/django-developers/browse_frm/thread/d52bdebe380ea23f?hl=en& 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 the {{{Http404}}} exception. to {{{django.http}}} * Move {{{django.core.template}}} and {{{DjangoContext}}} to {{{django.template}}} * Move {{{django.core.formfields}}} to {{{django.forms}}} * Add {{{django.shortcuts.views}}}, {{{django.shortcuts.templatetags}}}, what else?