1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/docs/ref/models
2024-02-28 13:06:30 +01:00
..
class.txt
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.0.x] Refs #34964 -- Doc'd that Q expression order is preserved. 2024-02-28 13:06:30 +01:00
database-functions.txt [5.0.x] Added missing pycon directives in various docs. 2023-10-25 12:27:56 +02:00
expressions.txt [5.0.x] Corrected code-block directives in docs. 2023-12-28 19:53:02 +01:00
fields.txt [5.0.x] Fixed #28011 -- Corrected Field.hidden docs. 2024-02-17 19:22:20 +01:00
index.txt
indexes.txt Fixed #34761 -- Dropped support for MySQL < 8.0.11. 2023-08-03 18:54:29 +02:00
instances.txt [5.0.x] Refs #31435 -- Doc'd potential infinite recursion when accessing model fields in __init__. 2023-10-05 14:33:24 -03:00
lookups.txt [5.0.x] Refs #22936 -- Doc'd Lookup.prepare_rhs. 2023-10-05 15:26:56 +02:00
meta.txt [5.0.x] Fixed #28011 -- Corrected Field.hidden docs. 2024-02-17 19:22:20 +01:00
options.txt
querysets.txt [5.0.x] Updated conditions to retrieve primary keys in bulk_create() docs. 2023-11-29 13:00:32 +01:00
relations.txt