diff options
| author | Tim Graham <timograham@gmail.com> | 2025-11-20 20:18:09 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-11-23 11:53:24 +0100 |
| commit | 57c50d8c1996733cef45204ea069a2c01b2860cc (patch) | |
| tree | ef25923bfc179acb84d09c934fe50ff565a6a929 /docs | |
| parent | ec60df6d1ea8939a316d9b180faa0b4ef2e83606 (diff) | |
Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) feature flags.
Needed on MongoDB.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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**: ``<database>`` does not support ``DB_SET_DEFAULT``. +* **fields.E324**: ``<database>`` does not support + ``<database delete option>``. * **fields.E330**: ``ManyToManyField``\s cannot be unique. * **fields.E331**: Field specifies a many-to-many relation through model ``<model>``, which has not been installed. |
