Commit 22c85bf1 authored by Berker Peksag's avatar Berker Peksag Committed by Tim Graham
Browse files

Fixed versionchanged indentation in unit-tests.txt.

parent bc6caa5d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ Older versions of Django required specifying a settings file:

        $ 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.