diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-05-03 15:28:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-03 15:28:37 +0200 |
| commit | 21fd8041c163eafc0a6bfad0efc8e98693580622 (patch) | |
| tree | 133274cf3d7c4ab76e2eee837a77026d96c84184 /docs/ref | |
| parent | 816b8d9518c41f034dcbacfd1f1826f2366975e5 (diff) | |
Refs #29358 -- Corrected wording in primary key check message.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 3 |
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 -------- |
