diff options
| author | Alasdair Nicol <alasdair@thenicols.net> | 2016-03-02 15:48:13 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-03 07:48:28 -0500 |
| commit | c6d39c644d7ed990aef30b41c9fd5569f200089c (patch) | |
| tree | 863cb8b193ea7d98f2fad44ece8a2bb174a626eb /docs/internals | |
| parent | fddd79dacd6e9e24a7c439b841e952ef093d1ef2 (diff) | |
[1.9.x] Fixed #26309 -- Documented that login URL settings no longer support dotted paths.
Backport of 2404d209a5e8c4573927e14587735562b79e13ed from master
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 4b90a82233..28b25270d9 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -131,6 +131,9 @@ details on these changes. * The ability to :func:`~django.core.urlresolvers.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`). |
