mirror of https://github.com/django/django.git
Added missing indentation in models topic documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0fe9f3ce27
commit
f95baa1d8a
|
@ -366,10 +366,10 @@ form would let users select the toppings.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
:class:`~django.db.models.ManyToManyField` fields also accept a number of extra
|
:class:`~django.db.models.ManyToManyField` fields also accept a number of
|
||||||
arguments which are explained in :ref:`the model field reference
|
extra arguments which are explained in :ref:`the model field reference
|
||||||
<manytomany-arguments>`. These options help define how the relationship should
|
<manytomany-arguments>`. These options help define how the relationship
|
||||||
work; all are optional.
|
should work; all are optional.
|
||||||
|
|
||||||
.. _intermediary-manytomany:
|
.. _intermediary-manytomany:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue