We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069c338 commit 7c662b7Copy full SHA for 7c662b7
docs/ref/checks.txt
@@ -585,7 +585,7 @@ with the admin site:
585
* **admin.E022**: The value of ``radio_fields`` refers to ``<field name>``,
586
which is not an attribute of ``<model>``.
587
* **admin.E023**: The value of ``radio_fields`` refers to ``<field name>``,
588
- which is not instance of ``ForeignKey``, and does not have a ``choices``
+ which is not an instance of ``ForeignKey``, and does not have a ``choices``
589
definition.
590
* **admin.E024**: The value of ``radio_fields[<field name>]`` must be either
591
``admin.HORIZONTAL`` or ``admin.VERTICAL``.
0 commit comments