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:41 +0100 |
| commit | fcc55f8c263619a4c8a36f908c8f6efc0a546e7a (patch) | |
| tree | 480b8322f7447a973af3a21baf0a734d40a74d78 /docs | |
| parent | ddbe5c86e8180edffc2bb3e327da75953a4c6c2c (diff) | |
[5.0.x] Refs #34944 -- Propagated system checks for GeneratedField.output_field.
Backport of c705625ebff0141ed2b95dd3c8174bda8270a47f from main
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 56c996bb1a..6dc9b7c4fc 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 |
