django1/django/forms
Anssi Kääriäinen 326539f6a4 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.
2013-11-16 20:54:36 +02:00
..
extras Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute 2013-11-08 16:58:17 +01:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
fields.py Merge pull request #1848 from rayashmanjr/master 2013-11-02 12:34:34 -07:00
forms.py Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
formsets.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
models.py Fixed a regression caused by fix for #21428 2013-11-16 20:54:36 +02:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
widgets.py Fixed #21423 -- Fixed typo in widgets.py. 2013-11-11 18:03:01 +01:00