django/docs/ref/models
2025-05-02 07:56:56 +01:00
..
class.txt Fixed #33579 -- Specialized exception raised on forced update failures. 2025-03-10 21:09:15 +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 Corrected wording in docs/ref/models/constraints.txt. 2025-02-14 15:19:12 +01:00
database-functions.txt Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc. 2025-02-18 08:35:36 +01:00
expressions.txt Fixed incorrect formatting for inline pluralized code references in docs. 2025-03-13 15:18:35 -03:00
fields.txt Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary model of a self-referential m2m. 2025-05-02 07:56:56 +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 Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs. 2025-04-15 14:48:55 -03:00
lookups.txt Refs #22936 -- Doc'd Lookup.prepare_rhs. 2023-10-05 15:26:02 +02:00
meta.txt Fixed #36075 -- Documented how to introspect composite primary keys. 2025-01-14 16:20:17 +01:00
options.txt Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition. 2024-03-01 07:15:32 +01:00
querysets.txt Fixed #36213 -- Doc'd MySQL's handling of self-select updates in QuerySet.update(). 2025-04-02 08:45:03 +02:00
relations.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00