django1/django/newforms
Malcolm Tredinnick 37962ecea7 Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that it can be made to work.
This ended up being an almost complete rewrite of ModelForms.__new__, but
should be backwards compatible (although the text of one error message has
changed, which is only user visible and only if you pass in invalid code).

Documentation updated, also.

This started out as a patch from semenov (many thanks!), but by the time all
the problems were hammered out, little of the original was left. Still, it was
a good starting point.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-14 12:56:49 +00:00
..
extras Fixed #5991 -- Marked the generated HTML for newforms.extra.SelectDateWidget as 2007-11-28 20:19:58 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py Fixed #6302 for ImageFields. 2008-01-18 15:53:19 +00:00
forms.py Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that it can be made to work. 2008-02-14 12:56:49 +00:00
models.py Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that it can be made to work. 2008-02-14 12:56:49 +00:00
util.py Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
widgets.py Fixed #6113 -- Added auto-escaping "safe" marking for the MultiWidget. Thanks, Martin Conte MacDonell. 2008-02-04 02:33:38 +00:00