1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/docs/ref/models
2023-12-15 11:17:32 +01: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 Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+. 2023-07-19 21:42:27 +02: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] Added missing import in docs/ref/models/expressions.txt. 2023-12-15 11:17:32 +01:00
fields.txt [5.0.x] Fixed #34944 -- Made GeneratedField.output_field required. 2023-11-14 20:22:33 +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 Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
options.txt Added missing backticks in docs. 2023-07-21 12:54:38 +02:00
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 Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00