Skip to content

Commit

Permalink
[3.1.x] Fixed typo in docs/ref/checks.txt.
Browse files Browse the repository at this point in the history
Backport of 50ef9df from main
  • Loading branch information
hramezani authored and felixxm committed Mar 15, 2021
1 parent 069c338 commit 7c662b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/checks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 7c662b7

Please sign in to comment.