On 1/7/06, kmh <[EMAIL PROTECTED]> wrote: > django.utils.httpwrappers -> django.http
+1. I'm a big fan of this. django.http would get that'd get the current contents of django.utils.httpwrappers, plus the Http404 and Http500 exceptions. > django.core.template -> django.template > - includes Context/DjangoContext +1. Another great change. > django.core.exceptions -> django.error +0. I'm not as excited about this one; could go either way. > django.core.extensions -> django.shortcuts > - includes render_to_string +1. "django.shortcuts" is a *perfect* name for this module. > django.contrib -> django.apps -1 on this. "contrib" is a well-established name for "extra stuff" -- and the code in contrib isn't necessarily all Django applications. For example, django.contrib.markup is just a bunch of template tags. > django.utils.feedgenerator -> django.feed -0 on this, only because the feedgenerator isn't used that often. > django.core.formfields -> django.form +1. Nice and short. Let's get some more feedback quickly and move forward with this. Also, is anybody interested in implementing this code in magic-removal? Kieran? Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org