django1/django/forms
Karen Tracey 81ae2afdec Fixed 10075: Allowed saving of inline-edited models that use multi-table inheritance.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-03 14:02:09 +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 #7064: Made DemicmalField validation support max_digits equal to decimal_places. 2008-11-10 19:52:53 +00:00
forms.py Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in the visible_fields() docstring 2008-12-08 04:07:42 +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 10075: Allowed saving of inline-edited models that use multi-table inheritance. 2009-02-03 14:02:09 +00:00
util.py Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML. 2008-11-06 19:49:24 +00:00
widgets.py Fixed #9294 -- Removed a (harmless) double conversion to unicode in one form 2008-10-05 08:51:14 +00:00