Closed
Description
Idea summary
Our Civi model has a relationship to itself with a related_name
defined, causing the following warning to appear.
Further details
WARNINGS:
threads.Civi.linked_civis: (fields.W345) related_name has no effect on ManyToManyField with a symmetrical relationship, e.g. to "self".
Task
- ensure the above warning doesn't display anymore
- e.g., remove the
related_name
argument, or set it to+
- e.g., remove the