diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-19 19:22:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 19:22:37 +0200 |
| commit | b3b0be3df3108afe8522036cda2e589187c49e2e (patch) | |
| tree | cde2c964e0651fe17e0b062c753d908841a408c9 /docs | |
| parent | afcad0f1b18ad6a2068a405b06fa7468a85fddf2 (diff) | |
Fixed typo in docs/ref/checks.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index ffb629f96c..56fde4198a 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -589,10 +589,10 @@ with the admin site: * **admin.E016**: The value of ``form`` must inherit from ``BaseModelForm``. * **admin.E017**: The value of ``filter_vertical`` must be a list or tuple. * **admin.E018**: The value of ``filter_horizontal`` must be a list or tuple. -* **admin.E019**: The value of ``filter_vertical[n]/filter_vertical[n]`` refers - to ``<field name>``, which is not an attribute of ``<model>``. -* **admin.E020**: The value of ``filter_vertical[n]/filter_vertical[n]`` must - be a many-to-many field. +* **admin.E019**: The value of ``filter_vertical[n]/filter_horizontal[n]`` + refers to ``<field name>``, which is not an attribute of ``<model>``. +* **admin.E020**: The value of ``filter_vertical[n]/filter_horizontal[n]`` + must be a many-to-many field. * **admin.E021**: The value of ``radio_fields`` must be a dictionary. * **admin.E022**: The value of ``radio_fields`` refers to ``<field name>``, which is not an attribute of ``<model>``. |
