Commit f95baa1d authored by Claude Paroz's avatar Claude Paroz
Browse files

Added missing indentation in models topic documentation.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 0fe9f3ce
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -366,10 +366,10 @@ form would let users select the toppings.

.. seealso::

:class:`~django.db.models.ManyToManyField` fields also accept a number of extra
arguments which are explained in :ref:`the model field reference
<manytomany-arguments>`. These options help define how the relationship should
work; all are optional.
    :class:`~django.db.models.ManyToManyField` fields also accept a number of
    extra arguments which are explained in :ref:`the model field reference
    <manytomany-arguments>`. These options help define how the relationship
    should work; all are optional.

.. _intermediary-manytomany: