1
0
mirror of https://github.com/django/django.git synced 2024-12-28 20:16:19 +00:00
django/docs/ref/models
2023-10-11 16:10:30 -03: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
database-functions.txt
expressions.txt Fixed #34761 -- Dropped support for MySQL < 8.0.11. 2023-08-03 18:54:29 +02:00
fields.txt Fixed #24561 -- Added support for callables on model fields' choices. 2023-09-14 10:15:33 -03: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
options.txt
querysets.txt [5.0.x] Fixed #34808 -- Doc'd aggregate function's default argument. 2023-10-11 16:10:30 -03:00
relations.txt