diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index bb54dbdb98..51f6c282c6 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -338,8 +338,8 @@ Related fields * **fields.W345**: ``related_name`` has no effect on ``ManyToManyField`` with a symmetrical relationship, e.g. to "self". * **fields.W346**: ``db_comment`` has no effect on ``ManyToManyField``. -* **fields.E347**: Field defines a relation to the ``CompositePrimaryKey`` of - model ``<model>`` which is not supported. +* **fields.E347**: Field defines a relation involving model ``<model>`` which + has a ``CompositePrimaryKey`` and such relations are not supported. * **fields.E348**: Related name ``<related_name>`` for ``<model>.<field name>`` clashes with the name of a model manager. |
