diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-12 20:33:06 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-14 20:22:07 +0100 |
| commit | c705625ebff0141ed2b95dd3c8174bda8270a47f (patch) | |
| tree | 95d7af823fdf984e00a45abdc2ba16bb40d31d32 /docs | |
| parent | 5875f03ce61b85dfd9ad34f7b871c231c358d432 (diff) | |
Refs #34944 -- Propagated system checks for GeneratedField.output_field.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 1bf6ce5383..f0eeaca268 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -213,6 +213,8 @@ Model fields ``GeneratedField``\s. * **fields.E222**: ``<database>`` does not support persisted ``GeneratedField``\s. +* **fields.E223**: ``GeneratedField.output_field`` has errors: ... +* **fields.W224**: ``GeneratedField.output_field`` has warnings: ... * **fields.E900**: ``IPAddressField`` has been removed except for support in historical migrations. * **fields.W900**: ``IPAddressField`` has been deprecated. Support for it |
