django1/django/forms
Anssi Kääriäinen 97774429ae Fixed #19385 again, now with real code changes
The commit of 266de5f9ae included only
tests, this time also code changes included...
2013-03-24 18:40:40 +02:00
..
extras Fixed #16123 -- Ensured strptime receive proper string type 2013-01-26 20:53:09 +01:00
__init__.py Removed obsolete comment. 2013-01-15 18:02:24 +01:00
fields.py Fixed #18839 - Field.__init__() now calls super(). 2013-03-20 16:20:57 -07:00
forms.py Fixed a regression in forms changed_data 2013-03-08 18:19:24 +01:00
formsets.py Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
models.py Fixed #19385 again, now with real code changes 2013-03-24 18:40:40 +02:00
util.py Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
widgets.py Fixed #19464 -- Eased customization of ClearableFileInput's link markup 2013-03-04 17:03:48 +01:00