django/docs/ref/models
noFFENSE 5cd1385356 Fixed #34242 -- Doc'd that primary key is set to None when deleting objects. 2023-01-20 09:36:36 +01:00
..
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 Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
database-functions.txt Refs #32365 -- Removed is_dst argument for various methods and functions. 2023-01-17 11:49:15 +01:00
expressions.txt Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when nulls_first/nulls_last=False is passed. 2023-01-17 11:49:15 +01:00
fields.txt Fixed #34242 -- Doc'd that primary key is set to None when deleting objects. 2023-01-20 09:36:36 +01:00
index.txt Generalized check constraint docs for other constraints. 2018-11-13 17:57:27 -05:00
indexes.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
instances.txt Fixed #34242 -- Doc'd that primary key is set to None when deleting objects. 2023-01-20 09:36:36 +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 #18468 -- Added support for comments on columns and tables. 2022-12-28 06:28:07 +01:00
querysets.txt Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError after prefetch_related(). 2023-01-17 11:49:15 +01:00
relations.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00