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 ````, 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``.