mirror of
https://github.com/django/django.git
synced 2025-08-10 22:08:21 +00:00
[1.9.x] Fixed #26309 -- Documented that login URL settings no longer support dotted paths.
Backport of 2404d209a5
from master
This commit is contained in:
parent
fddd79dacd
commit
c6d39c644d
3 changed files with 20 additions and 13 deletions
|
@ -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`).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue