summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-06-20 12:59:32 +0200
committerGitHub <noreply@github.com>2023-06-20 12:59:32 +0200
commitddb6506618ea52c6b20e97eefad03ed847a1e3de (patch)
tree430f249fbf78af1cefdef560176c56b71300d553 /docs
parent1754c2c8026ab592183821c3933972a8aa7acc66 (diff)
Corrected admin.E013 check message in docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 1b2306b2af..50f7c1b166 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -637,7 +637,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`` ``<field name>``, because that field manually specifies a
relationship model.
* **admin.E014**: The value of ``exclude`` must be a list or tuple.