django1/django/db/models/sql
Mads Jensen 129583a0d3 Removed some outdated backwards compatibility imports and misleading comments.
EmptyResultSet moved in 46509cf13d.
FieldDoesNotExist moved in 8958170755.
BoundField and pretty_name moved in 8550161e53.
EMPTY_VALUES moved in 471596fc1a.
BaseRunserverCommand moved in 5c53e30607.
2019-09-24 15:18:53 +02:00
..
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
compiler.py Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns_from_insert. 2019-09-24 10:37:22 +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 some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
query.py Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining. 2019-09-24 09:17:45 +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