1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses.

Forwardport of 877d7b71ae from stable/1.11.x
This commit is contained in:
Robert Rollins
2017-05-22 10:16:56 -07:00
committed by Tim Graham
parent a30482a4b6
commit b6d4b6e544
5 changed files with 42 additions and 7 deletions

View File

@@ -4,7 +4,14 @@ Django 1.11.2 release notes
*Under development*
Django 1.11.2 fixes several bugs in 1.11.1.
Django 1.11.2 adds a minor feature and fixes several bugs in 1.11.1.
Minor feature
=============
The new ``LiveServerTestCase.port`` attribute reallows the use case of binding
to a specific port following the :ref:`bind to port zero
<liveservertestcase-port-zero-change>` change in Django 1.11.
Bugfixes
========