diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2021-03-15 12:12:00 +0330 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-15 09:42:29 +0100 |
| commit | d076d9649d6de91983b869b5729dfaea27e6edb3 (patch) | |
| tree | 8b6ad1316c97d7d3261ec51b265b21091828b73f /docs | |
| parent | 6171d6bb4893ee808fe302ddefc87c83a98086b7 (diff) | |
[3.2.x] Fixed typo in docs/ref/checks.txt.
Backport of 50ef9dfac21499ff6c46c2f6a33103e40b60cd4e from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 96ac6277f2..2ad7defdfb 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -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``. |
