django1/django/db/models
Tim Graham 1fecde6be9 Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest() and latest().
Per deprecation timeline.
2019-01-17 10:52:19 -05:00
..
fields Refs #9475 -- Simplified dictionary unpacking. 2019-01-16 09:20:15 -05:00
functions Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin. 2019-01-14 14:39:57 -05:00
sql Refs #28370 -- Removed support for the context arg of Field.from_db_value() and Expression.convert_value(). 2019-01-17 10:52:19 -05:00
__init__.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
aggregates.py Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin. 2019-01-14 14:39:57 -05:00
base.py Fixed #30062 -- Added support for unique conditional constraints. 2019-01-12 09:50:20 -05:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
constraints.py Fixed #30062 -- Added support for unique conditional constraints. 2019-01-12 09:50:20 -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 #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate. 2019-01-15 07:22:59 -05:00
indexes.py Used None as the empty value for condition in Index's SQL construction. 2019-01-12 09:34:10 -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 Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest() and latest(). 2019-01-17 10:52:19 -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