summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-10-24 07:01:25 +0300
committerTim Graham <timograham@gmail.com>2014-10-24 15:41:18 -0400
commit1387c8064381d922c9176e754e4743448efeb7f3 (patch)
tree5d1e8b0b9c5676c6a2799e0017517c784cd80376 /docs
parentd49183e4bed8ecf21faad44372ea15ff00f781b5 (diff)
Fixed versionchanged indentation in topics/testing/advanced.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing/advanced.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index a0b84c2bf3..bbd8584328 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -256,8 +256,8 @@ tests via Django's test runner.
.. versionchanged:: 1.7
-If you are not using a management command to invoke the tests, you will also
-need to first setup Django itself using :func:`django.setup()`.
+ If you are not using a management command to invoke the tests, you will
+ also need to first setup Django itself using :func:`django.setup()`.
.. _other-testing-frameworks: