django1/django/db/models/fields
Loic Bistuer b107421acf [1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'
Regression introduced by commit 9777442.

Thanks to trac username troygrosfield for the report and test case.

Backpatch of cb83448891 from master.

Conflicts:

	tests/prefetch_related/models.py
2013-11-13 07:41:30 +02:00
..
__init__.py [1.6.x] Fixed #19560 -- Identified field in warning for naive datetime. 2013-10-13 11:58:12 +02:00
files.py [1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFile 2013-06-29 18:11:51 +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 [1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+' 2013-11-13 07:41:30 +02:00
subclassing.py [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00