django1/django/forms
Marti Raudsepp 3144785ebf [1.8.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
This fixes a regression from refs #25496.

Backport of 1155843a41 from master
2015-11-09 12:47: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] Removed comment from Form.changed_data; refs #24191 2015-06-04 13:52:25 -04: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