django1/django/forms
Anssi Kääriäinen cbf8784d20 [1.6.x] Fixed a regression caused by fix for #21428
On Python 3 sorting Fields mixed with GenericForeignKeys doesn't work
as GenericForeignKey isn't a subclass of django.db.models.fields.Field.

Refs #21428.

Backport of 326539f6a4 from master
2013-11-16 20:55:37 +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 [1.6.x] Ensured that BoundField.as_widget always returns properly localized fields. 2013-09-21 22:58:18 +02:00
forms.py [1.6.x] Ensured that BoundField.as_widget always returns properly localized fields. 2013-09-21 22:58:18 +02:00
formsets.py Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init 2013-06-22 09:29:37 +02:00
models.py [1.6.x] Fixed a regression caused by fix for #21428 2013-11-16 20:55:37 +02:00
util.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
widgets.py [1.6.x] Took advantage of django.utils.six.moves.urllib.*. 2013-09-10 21:29:31 +02:00