.. |
class.txt
|
Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions.
|
2020-07-22 14:21:08 +01:00 |
conditional-expressions.txt
|
Removed versionadded/changed annotations for 4.0.
|
2022-05-17 14:22:06 +02:00 |
constraints.txt
|
Refs #34059 -- Doc'd lack of support for validation of constraints with JSONFields.
|
2022-10-12 11:50:13 +02:00 |
database-functions.txt
|
Updated UTC uses to datetime.timezone.utc in docs.
|
2022-10-20 15:52:45 -07:00 |
expressions.txt
|
Fixed #16211 -- Added logical NOT support to F expressions.
|
2022-10-31 09:55:51 +01:00 |
fields.txt
|
Clarified how to reference RelatedObjectDoesNotExist exceptions.
|
2022-10-01 16:42:10 +02:00 |
index.txt
|
Generalized check constraint docs for other constraints.
|
2018-11-13 17:57:27 -05:00 |
indexes.txt
|
Fixed #33717 -- Dropped support for PostgreSQL 11.
|
2022-05-19 09:26:48 +02:00 |
instances.txt
|
Fixed #34112 -- Added async-compatible interface to Model methods.
|
2022-11-02 09:14:17 +01:00 |
lookups.txt
|
Fixed #29799 -- Allowed registering lookups per field instances.
|
2022-09-02 10:02:24 +02:00 |
meta.txt
|
Corrected code-block directives in docs/ref/models/meta.txt.
|
2020-12-21 07:56:58 +01:00 |
options.txt
|
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
|
2022-07-12 09:04:31 +02:00 |
querysets.txt
|
Fixed typo in docs/ref/models/querysets.txt.
|
2022-10-21 16:02:39 +01:00 |
relations.txt
|
Refs #32372 -- Updated manager name in related objects reference docs.
|
2021-01-22 20:18:44 +01:00 |