django/tests/prefetch_related
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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py [1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+' 2013-11-13 07:41:30 +02:00
tests.py [1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+' 2013-11-13 07:41:30 +02:00