mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #21343 -- Noted many-to-many restrictions with intermediate model.
Thanks EvilDMP for the report.
This commit is contained in:
parent
c05b2f58e7
commit
a6e3fb80b0
2 changed files with 10 additions and 3 deletions
|
@ -138,10 +138,14 @@ Related objects reference
|
|||
.. note::
|
||||
|
||||
Note that ``add()``, ``create()``, ``remove()``, and ``clear()`` all
|
||||
apply database changes immediately for all types of related fields. In other
|
||||
words, there is no need to call ``save()`` on either end of the
|
||||
apply database changes immediately for all types of related fields. In
|
||||
other words, there is no need to call ``save()`` on either end of the
|
||||
relationship.
|
||||
|
||||
Also, if you are using :ref:`an intermediate model
|
||||
<intermediary-manytomany>` for a many-to-many relationship, some of the
|
||||
related manager's methods are disabled.
|
||||
|
||||
.. _direct-assignment:
|
||||
|
||||
Direct Assignment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue