Kaydet (Commit) 2ca244aa authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in docs/ref/checks.txt.

üst 646b9ce8
......@@ -208,7 +208,7 @@ with the admin site:
* **admin.E023**: The value of ``radio_fields`` refers to ``<field name>``,
which is not a ``ForeignKey``, and does not have a ``choices`` definition.
* **admin.E024**: The value of ``radio_fields[<field name>]`` must be either
``admin.HORIZONTAL`` nor ``admin.VERTICAL``.
``admin.HORIZONTAL`` or ``admin.VERTICAL``.
* **admin.E025**: The value of ``view_on_site`` must be either a callable or a
boolean value.
* **admin.E026**: The value of ``prepopulated_fields`` must be a dictionary.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment