django/docs/ref/models
Mariusz Felisiak 1a9098166e [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.

Backport of ac90529cc5 from main.
2022-06-27 08:10:48 +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 Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests. 2020-07-15 10:58:38 +02:00
constraints.txt Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint. 2020-06-16 07:19:00 +02:00
database-functions.txt Fixed #32179 -- Added JSONObject database function. 2020-12-02 09:30:50 +01:00
expressions.txt [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:10:48 +02:00
fields.txt [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:10:48 +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 [3.2.x] Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs. 2021-07-26 08:50:40 +02:00
lookups.txt Fixed #31122 -- Clarified that Lookup acts as a query expression. 2020-11-11 14:29:06 +01: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 [3.2.x] Corrected signatures of QuerySet's methods. 2021-11-23 07:05:32 +01:00
relations.txt [3.2.x] Refs #32372 -- Updated manager name in related objects reference docs. 2021-01-22 20:19:27 +01:00