django1/django/db
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
..
backends [1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite. 2013-10-07 10:49:28 +02:00
models [1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+' 2013-11-13 07:41:30 +02:00
__init__.py Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter 2013-05-23 15:19:12 +02:00
transaction.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 10:14:22 +02:00
utils.py [1.6.x] Removed relative usage of import_module 2013-10-26 23:22:21 +02:00