1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Allowed a port range for the liveserver by default.

This is required for running tests in parallel.
This commit is contained in:
Aymeric Augustin
2015-02-05 23:02:10 +01:00
parent e39dd61808
commit 326bc0955b
6 changed files with 23 additions and 9 deletions

View File

@@ -1055,6 +1055,9 @@ Miscellaneous
changed. They used to be ``(old_names, mirrors)`` tuples. Now they're just
the first item, ``old_names``.
* By default :class:`~django.test.LiveServerTestCase` attempts to find an
available port in the 8081-8179 range instead of just trying port 8081.
.. _deprecated-features-1.9:
Features deprecated in 1.9