From 57c50d8c1996733cef45204ea069a2c01b2860cc Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 20 Nov 2025 20:18:09 -0500 Subject: Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) feature flags. Needed on MongoDB. Co-Authored-By: Mariusz Felisiak --- docs/ref/checks.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 22ebfed2ca..7dfa7c61d2 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -309,7 +309,8 @@ Related fields ``db_default`` value. * **fields.E323**: Field specifies database/Python-level on_delete variant, but referenced model uses python/database-level variant. -* **fields.E324**: ```` does not support ``DB_SET_DEFAULT``. +* **fields.E324**: ```` does not support + ````. * **fields.E330**: ``ManyToManyField``\s cannot be unique. * **fields.E331**: Field specifies a many-to-many relation through model ````, which has not been installed. -- cgit v1.3