summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2021-03-03 15:04:47 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-04 09:21:02 +0100
commit44969681b82a69bf21f9ede4aa0b2795be8d5ffa (patch)
tree35425e0c126182b6d731ff809fb4b53768fd1e81 /docs/ref
parentcafabd0859aa2061f10d9fc96df64812f4458e50 (diff)
[3.2.x] Corrected admin.E023 message in docs.
Backport of d1f89c9b9a9b44c4dbfd24fcb5f76f16e973c0a2 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index b07a81f413..96ac6277f2 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -612,7 +612,8 @@ 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 a ``ForeignKey``, and does not have a ``choices`` definition.
+ which is not 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``.
* **admin.E025**: The value of ``view_on_site`` must be either a callable or a