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:
committed by
Tim Graham
parent
a30482a4b6
commit
b6d4b6e544
@@ -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
|
||||
========
|
||||
|
||||
Reference in New Issue
Block a user