Changes between Initial Version and Version 6 of Ticket #22261
- Timestamp:
- Aug 21, 2017, 6:36:13 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22261
- Property Triage Stage Unreviewed → Accepted
- Property Owner changed from to
- Property Status new → assigned
- Property Has patch set
- Property Cc added
- Property Patch needs improvement set
- Property Summary Wrong Permalink for flatpages → reverse() and get_absolute_url() may return different values for same FlatPage
-
Ticket #22261 – Description
initial v6 1 The FlatPage model implements get_absolute_url without using reverse. The comment suggests, that this handles SCRIPT_NAMEissues, but the link in the admin interface does not work, if you are using a prefix for the flatpages urls. The templatetag for resolving a flatpage works just fine.1 The FlatPage model implements `get_absolute_url()` without using `reverse()`. The comment suggests, that this handles `SCRIPT_NAME` issues, but the link in the admin interface does not work, if you are using a prefix for the flatpages urls. The templatetag for resolving a flatpage works just fine.