django1/django/db/models/sql
ruchit2801 db7d7901ee [2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.
Regression in 1b1f64ee5a.

Backport of 04042b2b44 from master
2019-05-18 20:05:31 +02:00
..
__init__.py [2.2.x] Fixed E117 and F405 flake8 warnings. 2019-01-30 13:08:19 +01:00
compiler.py [2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions. 2019-05-18 20:05:31 +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 [2.2.x] Fixed #30412 -- Fixed crash when adding check constraints with OR'ed condition on Oracle and SQLite. 2019-04-30 13:43:02 +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 typos in comments and docs. 2018-08-01 16:09:22 -04:00