summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2018-05-03 15:28:37 +0200
committerGitHub <noreply@github.com>2018-05-03 15:28:37 +0200
commit21fd8041c163eafc0a6bfad0efc8e98693580622 (patch)
tree133274cf3d7c4ab76e2eee837a77026d96c84184 /docs/ref
parent816b8d9518c41f034dcbacfd1f1826f2366975e5 (diff)
Refs #29358 -- Corrected wording in primary key check message.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 9690b5a99b..a85c6b4e6e 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -295,7 +295,8 @@ Models
as it collides with the query lookup syntax.
* **models.E025**: The property ``<property name>`` clashes with a related
field accessor.
-* **models.E026**: Model can not contain more than one ``primary_key`` field.
+* **models.E026**: The model cannot have more than one field with
+ ``primary_key=True``.
Security
--------