0
0
mirror of https://github.com/django/django.git synced 2024-11-28 10:48:32 +01:00
django/docs/ref/models
2024-10-30 15:54:48 +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 Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
expressions.txt Fixed typo in docs/ref/models/expressions.txt. 2024-08-28 09:08:16 -03:00
fields.txt Corrected note on importing fields in model field reference docs. 2024-10-29 16:24:54 +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