.. |
fields
|
Fixed #30232 -- Corrected expected format in invalid DurationField error message.
|
2019-03-04 19:25:27 -05:00 |
functions
|
Fixed #30271 -- Added the Sign database function.
|
2019-03-22 12:52:39 +01:00 |
sql
|
Refs #30188 -- Avoided GROUP BY when aggregating over non-aggregates.
|
2019-03-23 10:11:41 -04:00 |
__init__.py
|
Fixed #11964 -- Added support for database check constraints.
|
2018-07-10 15:32:33 -04:00 |
aggregates.py
|
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
|
2019-03-21 18:47:46 -04:00 |
base.py
|
Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.
|
2019-03-22 12:30:10 -04: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 #30159 -- Removed unneeded use of OrderedDict.
|
2019-02-06 13:48:39 -05:00 |
expressions.py
|
Removed obsolete Lookup hook to prepare rhs expressions.
|
2019-03-21 20:54:21 -04: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
|
Removed obsolete Lookup hook to prepare rhs expressions.
|
2019-03-21 20:54:21 -04:00 |
manager.py
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
options.py
|
Fixed #30159 -- Removed unneeded use of OrderedDict.
|
2019-02-06 13:48:39 -05:00 |
query.py
|
Fixed #30184 -- Removed ellipsis characters from shell output strings.
|
2019-02-13 13:59:44 -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 |