Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26309 closed Cleanup/optimization (fixed)

Document that LOGIN_URL and LOGIN_REDIRECT_URL no longer supported a dotted path

Reported by: Alasdair Nicol Owned by: Alasdair Nicol
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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)

comment:1 by Alasdair Nicol, 8 years ago

Owner: changed from nobody to Alasdair Nicol
Status: newassigned

comment:2 by Alasdair Nicol, 8 years ago

Has patch: set

comment:3 by Simon Charette, 8 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Tim Graham, 8 years ago

Summary: Update documentation for LOGIN_URL and LOGIN_REDIRECT_URLDocument that LOGIN_URL and LOGIN_REDIRECT_URL no longer supported a dotted path

comment:5 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 2404d20:

Fixed #26309 -- Documented that login URL settings no longer support dotted paths.

comment:6 by Tim Graham <timograham@…>, 8 years ago

In c6d39c6:

[1.9.x] Fixed #26309 -- Documented that login URL settings no longer support dotted paths.

Backport of 2404d209a5e8c4573927e14587735562b79e13ed from master

comment:7 by Tim Graham <timograham@…>, 8 years ago

In e4be3c8:

[1.8.x] Fixed #26309 -- Documented that login URL settings no longer support dotted paths.

Backport of 2404d209a5e8c4573927e14587735562b79e13ed from master

Note: See TracTickets for help on using tickets.
Back to Top