Changes between Initial Version and Version 7 of Ticket #35670
- Timestamp:
- Oct 2, 2024, 7:53:56 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35670
- Property Triage Stage Unreviewed → Accepted
- Property Owner set to
- Property Status new → assigned
- Property Has patch set
- Property Severity Normal → Release blocker
-
Ticket #35670 – Description
initial v7 3 3 `If defined, this returns the login_url set on the login_required() decorator. Defaults to settings.LOGIN_URL.` 4 4 5 After many reads, I think I get the point of the `If defined` that means if the `login_required() defines login_url, then... I'm sure we can do better. Same issue with the docs for `get_redirect_field_name()` below. 5 After many reads, I think I get the point of the `If defined` that means if the `login_required() defines login_url, then`... 6 I'm sure we can do better. Same issue with the docs for `get_redirect_field_name()` below.