django1/django/forms
Tim Graham 8676318d2d Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
Thanks CollinAnderson for the report.
2013-07-26 14:45:38 -04: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 #20781 -- Fixed _has_changed regression with MultiValueField 2013-07-22 09:06:07 +02:00
forms.py Fixed #20805 -- Removed an extra colon beside checkboxes in the admin. 2013-07-26 14:45:38 -04:00
formsets.py Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init 2013-06-22 09:29:37 +02:00
models.py Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objects 2013-07-23 16:21:23 -04:00
util.py Deprecate usage of boolean value for widget attributes 2013-07-05 19:33:19 +02:00
widgets.py Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00