django1/django/forms
Malcolm Tredinnick 75528786a9 Fixed #8841 -- Fixed a case of ForeignKeys to models constructed with
inheritance.

This patch is uglier than it needs to be (see comment in patch) to ensure no
accidental bug is introduced just before 1.0. We'll clean it up later.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 22:45:33 +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 #7975 -- Callable defaults in inline model formsets now work correctly. Based on patch from msaelices. Thanks for your hard work msaelices. 2008-09-01 21:28:32 +00:00
forms.py Removed a conditional that slipped by that makes inline model formsets fail validation when re-submitted. 2008-09-01 21:33:15 +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 #8841 -- Fixed a case of ForeignKeys to models constructed with 2008-09-03 22:45:33 +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 #8828 -- Trimmed some trailing whitespace that might have been causing a 2008-09-03 06:22:28 +00:00