1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/docs/ref/models
Simon Charette daf7d482db Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Once the deprecation period ends CheckConstraint.check() can become the
documented method that performs system checks for BaseConstraint
subclasses.
2024-03-01 07:15:32 +01:00
..
class.txt
conditional-expressions.txt
constraints.txt Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition. 2024-03-01 07:15:32 +01:00
database-functions.txt Added missing pycon directives in various docs. 2023-10-25 12:27:27 +02:00
expressions.txt Fixed #29049 -- Added slicing notation to F expressions. 2023-12-30 08:24:30 +01:00
fields.txt Fixed #28011 -- Corrected Field.hidden docs. 2024-02-17 17:17:23 +01:00
index.txt
indexes.txt
instances.txt Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefresh_from_db(). 2024-01-15 10:55:14 +01:00
lookups.txt Refs #22936 -- Doc'd Lookup.prepare_rhs. 2023-10-05 15:26:02 +02:00
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 Updated conditions to retrieve primary keys in bulk_create() docs. 2023-11-29 11:57:53 +01:00
relations.txt