From 21fd8041c163eafc0a6bfad0efc8e98693580622 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 3 May 2018 15:28:37 +0200 Subject: Refs #29358 -- Corrected wording in primary key check message. --- docs/ref/checks.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 ```` 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 -------- -- cgit v1.3