1
0
mirror of https://github.com/django/django.git synced 2025-01-10 10:26:34 +00:00
django/docs/ref/models
2025-01-07 11:42:06 +01:00
..
class.txt
conditional-expressions.txt
constraints.txt Fixed #35103 -- Used provided error code and message when fields is set without a condition on UniqueConstraint. 2024-10-10 09:20:37 +02:00
database-functions.txt Fixed #35718 -- Add JSONArray to django.db.models.functions. 2025-01-06 10:08:32 +01:00
expressions.txt Refs #36042 -- Raised ValueError when providing composite expressions to aggregates. 2025-01-07 11:42:06 +01:00
fields.txt Fixed #373 -- Added CompositePrimaryKey. 2024-11-29 11:23:04 +01:00
index.txt
indexes.txt
instances.txt Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is set. 2024-09-09 17:46:50 -03:00
lookups.txt
meta.txt Fixed #28011 -- Corrected Field.hidden docs. 2024-02-17 17:17:23 +01:00
options.txt Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition. 2024-03-01 07:15:32 +01:00
querysets.txt Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+. 2024-10-30 15:54:48 +01:00
relations.txt