From 515b3b85ede46f99686e3ea18fabda71acce13b7 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 29 Mar 2012 15:12:43 +0000 Subject: [PATCH] [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 --- 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 -`. 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 + `. These options help define how the relationship + should work; all are optional. .. _intermediary-manytomany: