1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django/forms
2010-12-21 15:07:43 +00:00
..
extras Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 when localization is enabled. Thanks for the report and patch, magnus. 2010-05-23 10:38:23 +00:00
__init__.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
fields.py Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee. 2010-12-05 04:47:19 +00:00
forms.py Fixes #10427 -- Abstract the value generation of a BoundField 2010-11-28 02:50:31 +00:00
formsets.py Fixed #4976 -- Stopped humanize template tags to raise a TypeError if passed a value of `None`. Thanks, Simon G. and Adam Vandenberg. 2010-12-21 15:07:43 +00:00
models.py Fixed #14144 -- Made sure custom validators are called in ModelMultipleChoiceFields. Thanks, matiasb. 2010-12-12 22:57:37 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same order of data anymore. Thanks, akaariai and dmoisset. 2010-12-12 22:57:58 +00:00