mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #26309 -- Documented that login URL settings no longer support dotted paths.
This commit is contained in:
parent
c92123cc1d
commit
2404d209a5
4 changed files with 18 additions and 9 deletions
|
@ -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`).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue