diff options
Diffstat (limited to 'docs/ref/checks.txt')
| -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 |
