diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-04 12:31:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-04 12:32:52 -0400 |
| commit | 676db20824b574d1283208cb1f1d07eb793dbb25 (patch) | |
| tree | 1d521fb69b89cde11cdebb92bf6717aee4f35bde /docs | |
| parent | 0bc67a16d314642bfa6eadbdce6db86089f43b33 (diff) | |
[1.7.x] Fixed typo in docs/ref/checks.txt.
Backport of 2ca244aae6 from master
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 8abe351e60..3717675f7a 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -195,7 +195,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. |
