[3.1.x] Fixed typo in docs/ref/checks.txt.

Backport of 50ef9dfac2 from main
This commit is contained in:
Hasan Ramezani 2021-03-15 12:12:00 +03:30 committed by Mariusz Felisiak
parent 069c338b5e
commit 7c662b75f6
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,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``.