django1/django/db/models/fields
Aymeric Augustin d5589b4cd3 Removed some conditional code only needed under Python 2.6. 2013-07-01 12:02:17 +02:00
..
__init__.py Ported over Field.deconstruct() from my schema alteration branch. 2013-06-28 17:27:52 +01:00
files.py Fixed #20660 -- Do not try to delete an unset FieldFile 2013-06-29 18:08:39 +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 Removed some conditional code only needed under Python 2.6. 2013-07-01 12:02:17 +02:00
subclassing.py [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00