django1/django/db/models/fields
Markus Holtermann 103d4e1d65 Fixed #26441 -- Added model Field.db_check() method
Thanks Common Code for financing the work on this commit.
2016-04-03 09:56:59 +02:00
..
__init__.py Fixed #26441 -- Added model Field.db_check() method 2016-04-03 09:56:59 +02:00
files.py Fixed #26398 -- Made FieldFile.open() respect its mode argument. 2016-03-23 10:05:26 -04:00
proxy.py Added missing deconstruct() methods. 2013-12-06 15:23:34 +01:00
related.py Fixed #26441 -- Added model Field.db_check() method 2016-04-03 09:56:59 +02:00
related_descriptors.py Fixed #26226 -- Made related managers honor the queryset used for prefetching their results. 2016-03-02 16:10:18 -05:00
related_lookups.py Fixed #25972 -- Restored support for the isnull lookup with ForeignObject. 2015-12-24 07:33:55 -05:00
reverse_related.py Fixed #26230 -- Made default_related_name affect related_query_name. 2016-02-27 08:48:32 -05:00