django1/django/forms
Russell Keith-Magee 5211f48ae3 Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 14:00:30 +00:00
..
extras Fixed Python2.4 incompatibility introduced in r13041: datetime.strptime classmethod was added in 2.5. 2010-05-03 15:30:11 +00:00
__init__.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
fields.py Fixed #13032 - Added localize parameter to form fields to be able to selectively enable localization. 2010-03-27 16:43:27 +00:00
forms.py Fixed #13032 - Added localize parameter to form fields to be able to selectively enable localization. 2010-03-27 16:43:27 +00:00
formsets.py Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch. 2010-03-27 23:03:56 +00:00
models.py Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutworth for the report. 2010-04-28 03:02:53 +00:00