From fcc55f8c263619a4c8a36f908c8f6efc0a546e7a Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sun, 12 Nov 2023 20:33:06 +0100 Subject: [5.0.x] Refs #34944 -- Propagated system checks for GeneratedField.output_field. Backport of c705625ebff0141ed2b95dd3c8174bda8270a47f from main --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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**: ```` 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 -- cgit v1.3