From a18e0f44d5692b656bd8ea178e830ebdc80a000d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 20 Jun 2023 12:59:32 +0200 Subject: [PATCH] [4.2.x] Corrected admin.E013 check message in docs. Backport of ddb6506618ea52c6b20e97eefad03ed847a1e3de from main --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index fa7c633487..90a216deff 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -634,7 +634,7 @@ with the admin site: * **admin.E011**: The value of ``fieldsets[n][1]`` must contain the key ``fields``. * **admin.E012**: There are duplicate field(s) in ``fieldsets[n][1]``. -* **admin.E013**: ``fields[n]/fieldsets[n][m]`` cannot include the +* **admin.E013**: The value of ``fields[n]/fieldsets[n][m]`` cannot include the ``ManyToManyField`` ````, because that field manually specifies a relationship model. * **admin.E014**: The value of ``exclude`` must be a list or tuple.