summaryrefslogtreecommitdiff
path: root/docs/releases/1.10.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.10.txt')
-rw-r--r--docs/releases/1.10.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index d935ab8c8f..436160e336 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -819,6 +819,9 @@ removed in Django 1.10 (please see the :ref:`deprecation timeline
* The ability to :func:`~django.urls.reverse` URLs using a dotted Python path
is removed.
+* The ability to use a dotted Python path for the ``LOGIN_URL`` and
+ ``LOGIN_REDIRECT_URL`` settings is removed.
+
* Support for ``optparse`` is dropped for custom management commands.
* The class ``django.core.management.NoArgsCommand`` is removed.