Browse Source

Fixed versionchanged indentation in topics/testing/advanced.txt.

Berker Peksag 10 years ago
parent
commit
1387c80643
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/topics/testing/advanced.txt

+ 2 - 2
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: