diff options
| author | Tim Graham <timograham@gmail.com> | 2016-06-23 12:04:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-23 12:04:05 -0400 |
| commit | 81cdcb66bc74a0768d13f0e18872d46739028e64 (patch) | |
| tree | a7b0c5577f17242f992ebc308acfccc738635d0a /docs/ref | |
| parent | b5a1c3a6f50362b57603e1833e44bff5628dde3c (diff) | |
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index a783767981..3a0b05516e 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1227,12 +1227,6 @@ Stops running tests and reports the failure immediately after a test fails. Controls the test runner class that is used to execute tests. This value overrides the value provided by the :setting:`TEST_RUNNER` setting. -.. django-admin-option:: --liveserver LIVESERVER - -Overrides the default address where the live server (used with -:class:`~django.test.LiveServerTestCase`) is expected to run from. The default -value is ``localhost:8081-8179``. - .. django-admin-option:: --noinput, --no-input Suppresses all user prompts. A typical prompt is a warning about deleting an |
