diff options
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 -------- |
