From 2013092b693be0ebdf36f41dc61615a2de1bbe31 Mon Sep 17 00:00:00 2001 From: jkhall81 Date: Mon, 28 Jul 2025 08:59:07 -0700 Subject: Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving CompositePrimaryKey on either side. Thanks to Jacob Walls for the report. --- docs/ref/checks.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') 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 ```` which is not supported. +* **fields.E347**: Field defines a relation involving model ```` which + has a ``CompositePrimaryKey`` and such relations are not supported. * **fields.E348**: Related name ```` for ``.`` clashes with the name of a model manager. -- cgit v1.3