summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-02-05 23:02:10 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-09-09 23:01:16 +0200
commit326bc0955b2e9ab6b6cfd62263c9b3fe2fb1d333 (patch)
tree587ced3a87dae781adf6e38924aaf3c59d36f720 /docs/ref/django-admin.txt
parente39dd618085bd437bcd800b5a0a7e29751ab6274 (diff)
Allowed a port range for the liveserver by default.
This is required for running tests in parallel.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 3dd4cf3a6d..a98b60b45f 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1227,7 +1227,11 @@ provided by the :setting:`TEST_RUNNER` setting.
The ``--liveserver`` option can be used to override the default address where
the live server (used with :class:`~django.test.LiveServerTestCase`) is
-expected to run from. The default value is ``localhost:8081``.
+expected to run from. The default value is ``localhost:8081-8179``.
+
+.. versionchanged:: 1.9
+
+ In earlier versions, the default value was ``localhost:8081``.
.. django-admin-option:: --keepdb