django/docs/ref/models
David Sanders be5e3b46f7 [4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
Bug in 667105877e.

Thanks James Beith for the report.

Backport of e14d08cd89 from main
2022-09-13 14:06:46 +02: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 3.2. 2021-09-20 21:23:01 +02:00
constraints.txt [4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values. 2022-09-13 14:06:46 +02:00
database-functions.txt Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
expressions.txt [4.1.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 07:44:27 +02:00
fields.txt [4.1.x] Corrected heading level of "Registering and fetching lookups" section in docs. 2022-09-04 14:36:54 +02:00
index.txt Generalized check constraint docs for other constraints. 2018-11-13 17:57:27 -05:00
indexes.txt Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4. 2022-05-04 06:28:51 +02:00
instances.txt [4.1.x] Fixed #33724 -- Doc'd exclude argument changes in model validation. 2022-05-24 10:03:19 +02:00
lookups.txt Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 2021-07-09 11:43:06 +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 #31743 -- Doc't that managed=False prevents Django from managing tables modifications. 2020-06-26 08:46:01 +02:00
querysets.txt [4.1.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite. 2022-07-26 20:22:03 +02:00
relations.txt Refs #32372 -- Updated manager name in related objects reference docs. 2021-01-22 20:18:44 +01:00