mirror of https://github.com/django/django.git
[1.4.X] Added missing indentation in models topic documentation.
Backport of r17812 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6c5933d175
commit
515b3b85ed
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue