mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[5.0.x] Refs #34944 -- Propagated system checks for GeneratedField.output_field.
Backport of c705625ebf from main
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user