From f95baa1d8a8a96f843745118c38b7d13824a1e38 Mon Sep 17 00:00:00 2001 From: Claude Paroz <claude@2xlibre.net> Date: Tue, 27 Mar 2012 09:07:03 +0000 Subject: [PATCH] Added missing indentation in models topic documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17812 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/db/models.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index 9b29e1ef3a..c2577ecc98 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -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: