django1/django/forms
Jon Dufresne 6c48edae76 [1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Backport of b412681359 from master
2016-02-24 07:09:08 -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] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00
forms.py [1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets. 2016-02-24 07:09:08 -05:00
formsets.py [1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates. 2015-03-27 20:01:41 -04:00
models.py [1.8.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers. 2015-11-09 12:47:08 -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] Fixed typo in django/forms/utils.py docstring. 2015-09-14 08:50:15 -04:00
widgets.py [1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates. 2015-03-27 20:01:41 -04:00