summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2021-03-15 12:12:00 +0330
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-15 09:42:47 +0100
commit7c662b75f63cebef98f1a1925e408950d424ae57 (patch)
tree3f3c0d581f480c86bb6525df5db60b6284f0e895
parent069c338b5e2971149be9ba8ee6666e115121cef7 (diff)
[3.1.x] Fixed typo in docs/ref/checks.txt.
Backport of 50ef9dfac21499ff6c46c2f6a33103e40b60cd4e from main
-rw-r--r--docs/ref/checks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 4423546a57..5a2363d384 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -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``.