.. |
fields
|
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transforms with booleans on SQLite.
|
2021-03-23 08:28:47 +01:00 |
functions
|
Fixed #31487 -- Added precision argument to Round().
|
2021-03-29 09:43:08 +02:00 |
sql
|
Fixed #32546 -- Avoided Meta.ordering columns in GROUP BY clauses.
|
2021-03-16 07:58:38 +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 #22640 -- Raised TypeError when instantiating model with keyword and positional args for the same field.
|
2021-03-01 20:26:39 +01:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
constraints.py
|
Fixed #30916 -- Added support for functional unique constraints.
|
2021-02-23 20:19:53 +01:00 |
deletion.py
|
Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.restricted_objects.
|
2020-10-19 12:43:32 +02:00 |
enums.py
|
Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model choice enums.
|
2021-03-24 07:45:33 +01:00 |
expressions.py
|
Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.
|
2021-03-29 06:22:36 +02:00 |
indexes.py
|
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more consistent.
|
2021-02-19 20:25:11 +01:00 |
lookups.py
|
Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.
|
2021-03-23 21:27:55 +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
|
Refs #32508 -- Raised TypeError instead of using "assert" on unsupported operations for sliced querysets.
|
2021-03-10 09:16:28 +01:00 |
query_utils.py
|
Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.
|
2021-03-17 21:53:39 +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 |