1
0
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:
Alasdair Nicol
2016-03-02 15:48:13 +00:00
committed by Tim Graham
parent c92123cc1d
commit 2404d209a5
4 changed files with 18 additions and 9 deletions

View File

@@ -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.