summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.2.txt9
-rw-r--r--docs/releases/1.11.txt5
-rw-r--r--docs/spelling_wordlist1
3 files changed, 14 insertions, 1 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt
index ab7d04959f..a01ecc3342 100644
--- a/docs/releases/1.11.2.txt
+++ b/docs/releases/1.11.2.txt
@@ -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
========
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index e43d53fdf8..05c925259f 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -533,6 +533,8 @@ to support it.
Also, the minimum supported version of psycopg2 is increased from 2.4.5 to
2.5.4.
+.. _liveservertestcase-port-zero-change:
+
``LiveServerTestCase`` binds to port zero
-----------------------------------------
@@ -542,6 +544,9 @@ to assign a free port. The ``DJANGO_LIVE_TEST_SERVER_ADDRESS`` environment
variable is no longer used, and as it's also no longer used, the
``manage.py test --liveserver`` option is removed.
+If you need to bind ``LiveServerTestCase`` to a specific port, use the ``port``
+attribute added in Django 1.11.2.
+
Protection against insecure redirects in :mod:`django.contrib.auth` and ``i18n`` views
--------------------------------------------------------------------------------------
diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist
index de01fa314c..f4bd112e46 100644
--- a/docs/spelling_wordlist
+++ b/docs/spelling_wordlist
@@ -550,6 +550,7 @@ rc
readded
reallow
reallowed
+reallows
rebase
rebased
rebasing