django1/django/db/models/fields
Malcolm Tredinnick 1f770c62da Fix initialisation of ImageField super classes.
Fixes #16548, with thanks to pyriku.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-23 04:05:47 +00:00
..
__init__.py Improved error message display during validation errors. 2011-08-22 00:48:53 +00:00
files.py Fix initialisation of ImageField super classes. 2011-08-23 04:05:47 +00:00
proxy.py Fixed #13328 -- Ensured that querysets on models with callable defaults can be pickled. No, really this time. Thanks to Alex for his help brainstorming the solution. 2010-04-21 16:34:33 +00:00
related.py Fixed #10405 -- Raise a more useful error if the formfield of a related model field can't be created yet because the related model isn't loaded yet. Thanks ojii and charstring. 2011-08-12 14:15:08 +00:00
subclassing.py Removed deprecated legacy connection handling for `Field.get_db_*`. 2011-03-30 17:48:42 +00:00