summaryrefslogtreecommitdiff
path: root/docs/internals/deprecation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/deprecation.txt')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index e4a74abdf4..810f7d1a2b 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -173,6 +173,9 @@ details on these changes.
* The ability to reverse URLs using a dotted Python path will be removed.
+* The ability to use a dotted Python path for the ``LOGIN_URL`` and
+ ``LOGIN_REDIRECT_URL`` settings will be removed.
+
* Support for :py:mod:`optparse` will be dropped for custom management commands
(replaced by :py:mod:`argparse`).