.. |
fields
|
Fixed #32411 -- Fixed __icontains lookup for JSONField on MySQL.
|
2021-02-05 16:14:12 +01:00 |
functions
|
Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.
|
2021-01-29 11:05:00 +01:00 |
sql
|
Refs #7098 -- Removed support for passing raw column aliases to order_by().
|
2021-01-14 17:50:04 +01:00 |
__init__.py
|
Fixed #12990, Refs #27694 -- Added JSONField model field.
|
2020-05-08 07:23:31 +02:00 |
aggregates.py
|
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
|
2019-07-31 11:22:50 +02:00 |
base.py
|
Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child after parent.
|
2021-02-04 06:06:00 +01:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
constraints.py
|
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more consistent.
|
2021-02-19 20:25:11 +01:00 |
deletion.py
|
Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.restricted_objects.
|
2020-10-19 12:43:32 +02:00 |
enums.py
|
Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.
|
2021-02-04 10:47:45 +01:00 |
expressions.py
|
Fixed #26167 -- Added support for functional indexes.
|
2021-01-13 11:47:50 +01:00 |
indexes.py
|
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more consistent.
|
2021-02-19 20:25:11 +01:00 |
lookups.py
|
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
|
2021-01-14 17:50:04 +01:00 |
manager.py
|
Used model's Options.label where applicable.
|
2020-12-29 08:56:39 +01:00 |
options.py
|
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
|
2020-12-15 11:25:46 +01:00 |
query.py
|
Fixed #32433 -- Added error message on QuerySet.delete() following distinct().
|
2021-02-11 08:33:30 +01:00 |
query_utils.py
|
Fixed #32455 -- Allowed right combining Q() with boolean expressions.
|
2021-02-18 22:20:36 +01:00 |
signals.py
|
Fixed #31327 -- Deprecated providing_args argument for Signal.
|
2020-03-05 09:38:52 +01:00 |
utils.py
|
Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().
|
2020-09-16 13:43:06 +02:00 |