diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-03-29 15:12:43 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-03-29 15:12:43 +0000 |
| commit | 515b3b85ede46f99686e3ea18fabda71acce13b7 (patch) | |
| tree | d45ed58a97f5a9bfeaa94237e02766a5bf429d14 /docs/topics | |
| parent | 6c5933d1753f223f69dab4b2c6665d7628da349c (diff) | |
[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
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/db/models.txt | 8 |
1 files 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: |
