summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-10-23 08:04:47 +0300
committerTim Graham <timograham@gmail.com>2014-10-23 08:03:41 -0400
commit22c85bf1a8e938def99bf76afc11486655ff3e11 (patch)
treec6671af8ad582f4dd6efa7e05cd1f7b56f2c41bc /docs
parentbc6caa5d456a51be88c5382f40f1733d8258b970 (diff)
Fixed versionchanged indentation in unit-tests.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index c07178204b..dead3578bf 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -36,14 +36,14 @@ sample settings module that uses the SQLite database. To run the tests:
.. versionchanged:: 1.7
-Older versions of Django required specifying a settings file:
+ Older versions of Django required specifying a settings file:
-.. code-block:: bash
+ .. code-block:: bash
- $ PYTHONPATH=..:$PYTHONPATH python ./runtests.py --settings=test_sqlite
+ $ PYTHONPATH=..:$PYTHONPATH python ./runtests.py --settings=test_sqlite
-``runtests.py`` now uses ``test_sqlite`` by default if settings aren't provided
-through either ``--settings`` or :envvar:`DJANGO_SETTINGS_MODULE`.
+ ``runtests.py`` now uses ``test_sqlite`` by default if settings aren't
+ provided through either ``--settings`` or :envvar:`DJANGO_SETTINGS_MODULE`.
You can avoid typing the ``PYTHONPATH`` bit each time by adding your Django
checkout to your ``PYTHONPATH`` or by installing the source checkout using pip.