django/docs/ref/models
Cha Hwa Young 31bc5c2d11 [5.2.x] Fixed #31506 -- Clarified that ExpressionWrapper does not perform database casts.
Added warning in DateField documentation about type differences when using
timedelta on PostgreSQL and MySQL. Mentioned Cast() and integer arithmetic
solutions.

Backport of 55af4749b9 from main.
2025-11-26 08:36:13 -05: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.2.x] Aligned format of constraint examples in docs/ref/models/constraints.txt. 2025-08-13 09:16:06 +02:00
database-functions.txt Fixed #35718 -- Add JSONArray to django.db.models.functions. 2025-01-06 10:08:32 +01:00
expressions.txt [5.2.x] Fixed #31506 -- Clarified that ExpressionWrapper does not perform database casts. 2025-11-26 08:36:13 -05:00
fields.txt [5.2.x] Fixed #31506 -- Clarified that ExpressionWrapper does not perform database casts. 2025-11-26 08:36:13 -05:00
index.txt
indexes.txt Fixed #34761 -- Dropped support for MySQL < 8.0.11. 2023-08-03 18:54:29 +02:00
instances.txt Refs #36070 -- Referred to pk as an attribute when a composite primary key is defined. 2025-01-15 13:44:23 +01: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 [5.2.x] Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries. 2025-11-13 11:19:25 -05:00
querysets.txt [5.2.x] Fixed #36526 -- Doc'd QuerySet.bulk_update() memory usage when batching. 2025-10-08 18:33:02 -03:00
relations.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00