.. |
fields
|
Used 4 space hanging indent for dictionaries.
|
2019-01-02 18:18:19 -05:00 |
functions
|
Simplified some imports for database functions.
|
2019-01-08 19:21:31 -05:00 |
sql
|
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on SQLite and Oracle.
|
2018-12-06 15:31:33 -05:00 |
__init__.py
|
Fixed #11964 -- Added support for database check constraints.
|
2018-07-10 15:32:33 -04:00 |
aggregates.py
|
Fixed #30011 -- Fixed queries that reuse filtered aggregates.
|
2018-12-06 14:55:35 -05:00 |
base.py
|
Fixed #29970, #30041 -- Made ModelBase.__new__() pass attrs without contribute_to_class() to type.__new__().
|
2018-12-22 18:11:24 -05:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
constraints.py
|
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEditor.
|
2019-01-01 09:39:58 -05:00 |
deletion.py
|
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queries) are executed.
|
2018-10-17 12:19:02 +02:00 |
expressions.py
|
Fixed #29851 -- Fixed crash of annotations with window expressions in Subquery.
|
2018-12-27 20:21:57 +01:00 |
indexes.py
|
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEditor.
|
2019-01-01 09:39:58 -05:00 |
lookups.py
|
Fixed #29503 -- Made __in lookup keep order of values in query.
|
2018-06-20 09:29:06 -04:00 |
manager.py
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
options.py
|
Fixed #11964 -- Added support for database check constraints.
|
2018-07-10 15:32:33 -04:00 |
query.py
|
Renamed QuerySet.earliest()/latest() helper method.
|
2018-12-30 11:43:39 -05:00 |
query_utils.py
|
Replaced kwargs.pop() with keyword-only arguments.
|
2018-10-08 15:06:02 -04:00 |
signals.py
|
Fixed imports per isort 4.3.0.
|
2018-02-01 09:29:46 +01:00 |
utils.py
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |