django1/django/forms
Brian Rosner ce47d4ab83 Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tracey and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-01 22:43:38 +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 #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tracey and SmileyChris. 2008-09-01 22:43:38 +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 #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