django1/django
Malcolm Tredinnick 075098f9fd Changed ModelFormMetaclass to have the normal signature for a __new__ method.
Allows extending the metaclass more normally.

Patch from Christian Tanzer. Refs #7617.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-06 12:29:40 +00:00
..
bin Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
conf Closes #7607, Turkish translation update, thanks Evren Esat Özkan 2008-07-02 21:39:05 +00:00
contrib Fixed a long and complex line by breaking into a for loop, with the added benefit that the method will now exit as soon as a matching 2008-07-02 05:05:50 +00:00
core Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
db Fixed #7621 -- Enable superclassing of the various metaclasses we use. 2008-07-06 11:55:30 +00:00
dispatch Fixed #5664 -- Added a Jython workaround for some assumptions in the signal 2007-10-21 18:26:24 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
http Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
middleware Fixed #7046 -- set the response status code correctly in ConditionalGetMiddleware. 2008-06-30 07:03:58 +00:00
newforms Changed ModelFormMetaclass to have the normal signature for a __new__ method. 2008-07-06 12:29:40 +00:00
oldforms Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell <rbell01824@earthlink.net> 2008-06-26 05:24:32 +00:00
templatetags Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to be a template variable. Inspired by the patch by zz and edrik 2008-06-26 04:54:10 +00:00
test Got rid of a bit of repetition by using `dict.update()`. 2008-07-02 04:48:58 +00:00
utils Redo the changes in [7773] in a better way. 2008-07-04 06:42:58 +00:00
views Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, kcarnold and Simon Greenhill 2008-06-16 03:41:03 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00