django/docs/ref/models
Babak Mahmoudy b3b09dc6ce [5.1.x] Fixed #36213 -- Doc'd MySQL's handling of self-select updates in QuerySet.update().
Co-authored-by: Andro Ranogajec <ranogaet@gmail.com>

Backport of be1b776ad8 from main.
2025-04-02 08:48:02 +02:00
..
class.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
conditional-expressions.txt Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 2023-08-30 22:57:40 -03:00
constraints.txt [5.1.x] Corrected wording in docs/ref/models/constraints.txt. 2025-02-14 15:21:40 +01:00
database-functions.txt Added RowNumber() link in Rank() docs. 2024-03-21 05:52:07 +01:00
expressions.txt [5.1.x] Fixed typo in docs/ref/models/expressions.txt. 2024-08-28 09:09:16 -03:00
fields.txt [5.1.x] Refs #36095 -- Doc'd that ManyToManyField.through supports lazy relationships. 2025-03-21 14:11:55 +01:00
index.txt Generalized check constraint docs for other constraints. 2018-11-13 17:57:27 -05:00
indexes.txt Fixed #34761 -- Dropped support for MySQL < 8.0.11. 2023-08-03 18:54:29 +02:00
instances.txt [5.1.x] Fixed #36077 -- Corrected docs on pk value where Model.save() executes an UPDATE. 2025-01-13 11:20:05 +01:00
lookups.txt Refs #22936 -- Doc'd Lookup.prepare_rhs. 2023-10-05 15:26:02 +02:00
meta.txt Fixed #28011 -- Corrected Field.hidden docs. 2024-02-17 17:17:23 +01:00
options.txt Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition. 2024-03-01 07:15:32 +01:00
querysets.txt [5.1.x] Fixed #36213 -- Doc'd MySQL's handling of self-select updates in QuerySet.update(). 2025-04-02 08:48:02 +02:00
relations.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00