mirror of https://github.com/django/django.git
[3.2.x] Fixed typo in docs/ref/checks.txt.
Backport of 50ef9dfac2
from main
This commit is contained in:
parent
6171d6bb48
commit
d076d9649d
|
@ -612,7 +612,7 @@ with the admin site:
|
|||
* **admin.E022**: The value of ``radio_fields`` refers to ``<field name>``,
|
||||
which is not an attribute of ``<model>``.
|
||||
* **admin.E023**: The value of ``radio_fields`` refers to ``<field name>``,
|
||||
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``
|
||||
definition.
|
||||
* **admin.E024**: The value of ``radio_fields[<field name>]`` must be either
|
||||
``admin.HORIZONTAL`` or ``admin.VERTICAL``.
|
||||
|
|
Loading…
Reference in New Issue