django1/django/forms
Jannis Leidel 22529d41b2 Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready and Julian Phalip.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-16 16:34:38 +00:00
..
extras Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
__init__.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
fields.py Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready and Julian Phalip. 2011-06-16 16:34:38 +00:00
forms.py Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
formsets.py Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
models.py Fixed #14082 -- Use metaclass of provided ModelForm subclass in modelform_factory. Thanks jspiros and Stephen Burrows for the patch. 2011-06-07 16:15:54 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py More removal of poorly legible constructs to workaround Python 2.4 shortcomings. 2011-06-10 18:43:29 +00:00