django1/django/db/models/fields
Aymeric Augustin ddff6522fa [1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.
Thanks gcc for the report and vajrasky for the patch.

Backport of 570d9c2678 from master.
2013-10-13 11:58:12 +02:00
..
__init__.py [1.6.x] Fixed #19560 -- Identified field in warning for naive datetime. 2013-10-13 11:58:12 +02:00
files.py [1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFile 2013-06-29 18:11:51 +02: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 [1.6.x] Fixed #20820 -- Model inheritance + m2m fixture loading regression 2013-08-20 17:15:52 +03:00
subclassing.py [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00