mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26309 -- Documented that login URL settings no longer support dotted paths.
This commit is contained in:
committed by
Tim Graham
parent
c92123cc1d
commit
2404d209a5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user