django1/django/forms
Brian Rosner 524a44e20b Fixed #9462 -- Set the instance in an inline formset correctly so that None does not get passed through to the queryset. Thanks tobias and copelco for the ticket.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-28 20:01:03 +00:00
..
extras Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
__init__.py Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
fields.py Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke. 2008-10-24 07:14:30 +00:00
forms.py Fixed #9125 -- When displaying errors for a form with only hidden fields, make sure the resulting XHTML is correct. 2008-09-18 07:16:08 +00:00
formsets.py Corrected a couple of typos in docstrings of methods in BaseFormSet. 2008-08-27 15:39:00 +00:00
models.py Fixed #9462 -- Set the instance in an inline formset correctly so that None does not get passed through to the queryset. Thanks tobias and copelco for the ticket. 2008-10-28 20:01:03 +00:00
util.py Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets. 2008-08-26 21:32:17 +00:00
widgets.py Fixed #9294 -- Removed a (harmless) double conversion to unicode in one form 2008-10-05 08:51:14 +00:00