django1/django/db/models/fields
Simon Charette bc7d201bdb Fixed #25858 -- Bound abstract model application relative relationships.
Thanks to Karl Hobley for the report and Markus, Shai, Aymeric for their input
and Tim for the review.
2016-01-11 12:23:23 -05:00
..
__init__.py Fixed #14286 -- Added models.BigAutoField. 2015-12-25 20:01:31 -05:00
files.py Discouraged use of /tmp with predictable names. 2015-12-24 09:54:33 -05:00
proxy.py Added missing deconstruct() methods. 2013-12-06 15:23:34 +01:00
related.py Fixed #25858 -- Bound abstract model application relative relationships. 2016-01-11 12:23:23 -05:00
related_descriptors.py Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04: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 #25560 -- Made empty string related_name invalid. 2015-10-16 14:22:15 -04:00