django1/django/db
Aymeric Augustin e9d0ef19bc [1.7.x] Fixed #22508 -- Avoided overwriting select_related.
Previously, known related objects overwrote related objects loaded
though select_related. This could cancel the effect of select_related
when it was used over more than one level.

Thanks boxm for the bug report and timo for bisecting the regression.

Backport of f574220f from master
2014-05-10 17:03:42 +02:00
..
backends [1.7.x] Adjusted refactoring of vendor checks. 2014-05-10 14:55:22 +02:00
migrations [1.7.x] Fixed #22325: Ignore __first__ dependencies to your own app 2014-05-08 21:39:31 -07:00
models [1.7.x] Fixed #22508 -- Avoided overwriting select_related. 2014-05-10 17:03:42 +02:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
transaction.py [1.7.x] Improved a comment. Thanks intgr for the report. 2014-04-11 23:03:25 +02:00
utils.py Fixed the last fix for database test settings to work with Python3. 2014-03-09 12:27:12 +02:00