summaryrefslogtreecommitdiff
path: root/docs/topics/testing
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:43 -0400
commit17c09704abc06b06b5a47910769a5b82198075cd (patch)
treebef9508480b6615e0bdd100678e917e6ae68f260 /docs/topics/testing
parent69b5428c12c4b79434a0effdba42fc76296c63b5 (diff)
[1.7.x] Fixed versionchanged indentation in topics/testing/advanced.txt.
Backport of 1387c80643 from master
Diffstat (limited to 'docs/topics/testing')
-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 a60801ebca..3029d6436e 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -257,8 +257,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: