mirror of
https://github.com/django/django.git
synced 2025-06-06 20:19:13 +00:00
Merge pull request #1567 from technivore/ticket_20970
re-indented method documentation within RelatedManager
This commit is contained in:
commit
38d2e7c225
@ -36,11 +36,6 @@ Related objects reference
|
|||||||
In this example, the methods below will be available both on
|
In this example, the methods below will be available both on
|
||||||
``topping.pizza_set`` and on ``pizza.toppings``.
|
``topping.pizza_set`` and on ``pizza.toppings``.
|
||||||
|
|
||||||
.. _related-manager-methods:
|
|
||||||
|
|
||||||
Related Manager Methods
|
|
||||||
-----------------------
|
|
||||||
|
|
||||||
.. method:: add(obj1, [obj2, ...])
|
.. method:: add(obj1, [obj2, ...])
|
||||||
|
|
||||||
Adds the specified model objects to the related object set.
|
Adds the specified model objects to the related object set.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user