From b6d4b6e5445323c4a8a423d34c2ec9a30864ce19 Mon Sep 17 00:00:00 2001 From: Robert Rollins Date: Mon, 22 May 2017 10:16:56 -0700 Subject: Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses. Forwardport of 877d7b71ae952b3bc946e5187d6c23039a71614d from stable/1.11.x --- docs/releases/1.11.2.txt | 9 ++++++++- docs/releases/1.11.txt | 5 +++++ docs/spelling_wordlist | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) (limited to 'docs') 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 +` 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 -- cgit v1.3