django1/django/db/models/sql
Simon Charette 6b7bd079a6 [3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.
Thanks Darren Maki for the report.

Backport of 37f8f29377 from master
2019-09-24 09:47:21 +02:00
..
__init__.py Fixed E117 and F405 flake8 warnings. 2019-01-30 13:06:09 +01:00
compiler.py Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model() to allow enabling optimization for unmanaged models. 2019-09-09 14:04:46 +02:00
constants.py Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields. 2017-11-18 19:33:52 -05:00
datastructures.py Removed unused enumerate in django/db/models/sql/datastructures.py. 2018-08-13 18:41:24 -04:00
query.py [3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining. 2019-09-24 09:47:21 +02:00
subqueries.py Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts. 2018-08-03 17:40:46 -04:00
where.py Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions. 2019-08-17 11:24:35 +02:00