django1/django/db/models/fields
Simon Charette c1b6a8a98b Fixed #25560 -- Made empty string related_name invalid.
Thanks to Ali Lotfi for the initial report and patch
and Tim Graham for the review.
2015-10-16 14:22:15 -04:00
..
__init__.py Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
files.py Fixed #21042 -- Allowed accessing FileDescriptor on the model class. 2015-10-01 15:19:39 -04:00
proxy.py Added missing deconstruct() methods. 2013-12-06 15:23:34 +01:00
related.py Fixed #25560 -- Made empty string related_name invalid. 2015-10-16 14:22:15 -04:00
related_descriptors.py Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models. 2015-10-12 12:14:26 -04:00
related_lookups.py Fixed #23791 -- Corrected object type check for pk__in=qs 2015-06-29 07:49:31 -04:00
reverse_related.py Fixed #25560 -- Made empty string related_name invalid. 2015-10-16 14:22:15 -04:00