django/docs/ref/models
Jacob Walls f054045973 Refs #36070 -- Referred to pk as an attribute when a composite primary key is defined.
This is to avoid confusion that a field is often associated with having
a single associated database column.
2025-01-15 13:44:23 +01:00
..
class.txt
conditional-expressions.txt
constraints.txt
database-functions.txt Fixed #35718 -- Add JSONArray to django.db.models.functions. 2025-01-06 10:08:32 +01:00
expressions.txt Fixed #36051 -- Declared arity on aggregate functions. 2025-01-14 16:47:07 +01:00
fields.txt Refs #36070 -- Referred to pk as an attribute when a composite primary key is defined. 2025-01-15 13:44:23 +01:00
index.txt
indexes.txt
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
meta.txt Fixed #36075 -- Documented how to introspect composite primary keys. 2025-01-14 16:20:17 +01:00
options.txt
querysets.txt
relations.txt