re-indented method documentation within RelatedManager

This commit is contained in:
Matthew Rich 2013-09-06 13:44:40 -05:00
parent a5bcc09c8f
commit af67b93c02
1 changed files with 70 additions and 75 deletions

View File

@ -36,11 +36,6 @@ Related objects reference
In this example, the methods below will be available both on
``topping.pizza_set`` and on ``pizza.toppings``.
.. _related-manager-methods:
Related Manager Methods
-----------------------
.. method:: add(obj1, [obj2, ...])
Adds the specified model objects to the related object set.