django1/django/forms
Loic Bistuer 34236efc5e Reworked ErrorDict.as_json() to prevent unnecessary serialization/deserialization step.
Thanks @apollo13 for the suggestion. Refs #17413.
2014-03-06 18:33:58 +01:00
..
extras Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute 2013-11-08 16:58:17 +01:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength 2014-03-05 20:09:28 +01:00
forms.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
formsets.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
models.py Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. 2014-02-11 14:05:12 -05:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Reworked ErrorDict.as_json() to prevent unnecessary serialization/deserialization step. 2014-03-06 18:33:58 +01:00
widgets.py Fixed #22137 -- Made Widget.is_hidden a read-only property 2014-03-01 10:36:48 +01:00