Document that LOGIN_URL and LOGIN_REDIRECT_URL no longer supported a dotted path
In Django 1.8, support for using the python dotted path for reverse() was deprecated. This means that LOGIN_URL and LOGIN_REDIRECT_URL no longer support a python dotted path. The docs should be updated.
Change History
(7)
| Owner: |
changed from nobody to Alasdair Nicol
|
| Status: |
new → assigned
|
| Triage Stage: |
Unreviewed → Accepted
|
| Summary: |
Update documentation for LOGIN_URL and LOGIN_REDIRECT_URL → Document that LOGIN_URL and LOGIN_REDIRECT_URL no longer supported a dotted path
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Pull request https://github.com/django/django/pull/6234