mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential ManyToManyField.
This commit is contained in:
committed by
Mariusz Felisiak
parent
a9179ab032
commit
87b1ad6e73
@@ -222,7 +222,7 @@ Related fields
|
||||
* **fields.E331**: Field specifies a many-to-many relation through model
|
||||
``<model>``, which has not been installed.
|
||||
* **fields.E332**: Many-to-many fields with intermediate tables must not be
|
||||
symmetrical.
|
||||
symmetrical. *This check appeared before Django 3.0.*
|
||||
* **fields.E333**: The model is used as an intermediate model by ``<model>``,
|
||||
but it has more than two foreign keys to ``<model>``, which is ambiguous.
|
||||
You must specify which two foreign keys Django should use via the
|
||||
|
||||
Reference in New Issue
Block a user