django1/django/db/models/fields
Alex Gaynor b9ebca6a28 Removed a comment that wasn't adding a value.
In the intervening years, RelatedField has become less of a hack (though it still is one). Anyone who wants to can re-instate the comment, but please add more details.
2013-06-30 23:32:23 -07: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 a comment that wasn't adding a value. 2013-06-30 23:32:23 -07:00
subclassing.py [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00