From d076d9649d6de91983b869b5729dfaea27e6edb3 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Mon, 15 Mar 2021 12:12:00 +0330 Subject: [PATCH] [3.2.x] Fixed typo in docs/ref/checks.txt. Backport of 50ef9dfac21499ff6c46c2f6a33103e40b60cd4e from main --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 96ac6277f2d..2ad7defdfb7 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 ````, which is not an attribute of ````. * **admin.E023**: The value of ``radio_fields`` refers to ````, - 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[]`` must be either ``admin.HORIZONTAL`` or ``admin.VERTICAL``.