.. |
fields
|
Fixed #30400 -- Improved typography of user facing strings.
|
2019-06-28 16:46:18 +02:00 |
functions
|
Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups for DurationField.
|
2019-07-12 08:08:35 +02:00 |
sql
|
Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering contains F() expressions.
|
2019-07-11 13:40:36 +02: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 #30613 -- Moved index name validation to system checks.
|
2019-07-05 09:30:21 +02: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 #30339 -- Made Model.delete(keep_parents=True) preserves nested parent reverse relationships.
|
2019-05-06 13:04:31 +02:00 |
expressions.py
|
Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.
|
2019-07-11 08:27:15 +02:00 |
indexes.py
|
Fixed #30613 -- Moved index name validation to system checks.
|
2019-07-05 09:30:21 +02:00 |
lookups.py
|
Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the target field.
|
2019-06-25 10:20:33 +02:00 |
manager.py
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
options.py
|
Fixed #30397 -- Added app_label/class interpolation for names of indexes and constraints.
|
2019-07-08 14:57:56 +02:00 |
query.py
|
Fixed #30482 -- Prevented unnecessary evaluation of lookup.queryset in prefetch_related_objects().
|
2019-05-16 21:39:55 +02:00 |
query_utils.py
|
Fixed typo in django/db/models/query_utils.py comment.
|
2019-04-03 08:18:54 +02: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 |