django/docs/ref/models
Mariusz Felisiak f78b18f9c8 [4.0.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite.
Thanks Johnny Metz for the report.

Regression in 71ec102b01.
Backport of e20e5d1557 from main
2022-07-26 20:22:34 +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 Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 2021-07-09 11:43:06 +02:00
constraints.txt [4.0.x] Fixed #33335 -- Made model validation ignore functional unique constraints. 2021-12-06 13:28:54 +01:00
database-functions.txt Fixed #32365 -- Made zoneinfo the default timezone implementation. 2021-09-16 12:11:05 +02:00
expressions.txt [4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:04:25 +02:00
fields.txt [4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:04:25 +02:00
index.txt Generalized check constraint docs for other constraints. 2018-11-13 17:57:27 -05:00
indexes.txt Fixed #26167 -- Added support for functional indexes. 2021-01-13 11:47:50 +01:00
instances.txt [4.0.x] Fixed #33680 -- Corrected example of customizing model loading in docs. 2022-05-06 07:27:32 +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.0.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite. 2022-07-26 20:22:34 +02:00
relations.txt Refs #32372 -- Updated manager name in related objects reference docs. 2021-01-22 20:18:44 +01:00