diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 1b9fa18328..9690b5a99b 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -295,6 +295,7 @@ 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. Security -------- |
