[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:
Alasdair Nicol 2016-03-02 15:48:13 +00:00 committed by Tim Graham
parent fddd79dacd
commit c6d39c644d
3 changed files with 20 additions and 13 deletions

View file

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