django1/django/forms
Tim Graham 41d5ed480c [1.8.x] Fixed #24377 -- Fixed model inline formsets with primary key's that have defaults.
Backport of 1306cd1e8a from master
2015-02-23 09:01:00 -05:00
..
extras [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py [1.8.x] Added missing return value to DurationField.prepare_value(); refs #24339. 2015-02-14 18:39:17 -05:00
forms.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
formsets.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
models.py [1.8.x] Fixed #24377 -- Fixed model inline formsets with primary key's that have defaults. 2015-02-23 09:01:00 -05:00
util.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
widgets.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00