From d75cfe11e867b52752a0d31ec770b24556925a26 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 19 Oct 2020 19:22:37 +0200 Subject: [PATCH] [3.1.x] Fixed typo in docs/ref/checks.txt. Backport of b3b0be3df3108afe8522036cda2e589187c49e2e from master --- docs/ref/checks.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index f4c8e8e213..7fac987744 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -577,10 +577,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 ````, which is not an attribute of ````. -* **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 ````, which is not an attribute of ````. +* **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 ````, which is not an attribute of ````.