8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e6639 commit 0193a16Copy full SHA for 0193a16
docs/topics/db/models.txt
@@ -499,11 +499,6 @@ There are a few restrictions on the intermediate model:
499
must also specify ``through_fields`` as above, or a validation error
500
will be raised.
501
502
-* When defining a many-to-many relationship from a model to
503
- itself, using an intermediary model, you *must* use
504
- :attr:`symmetrical=False <ManyToManyField.symmetrical>` (see
505
- :ref:`the model field reference <manytomany-arguments>`).
506
-
507
Now that you have set up your :class:`~django.db.models.ManyToManyField` to use
508
your intermediary model (``Membership``, in this case), you're ready to start
509
creating some many-to-many relationships. You do this by creating instances of
0 commit comments