[newforms-admin] "Show in Web" links not working
The "Show in Web" Links on the change pages of the django admin are not working as admin/r/10/1 (just an example) returns "app u'r', model 10 (or something like it ;)) not found"...
This patch moves the checking to contrib/admin/sites to prevent this special url from getting displayed as model_page which obviously fails...
Change History
(9)
| Summary: |
[newforms-admin][patch] "Show in Web" links not working → [newforms-admin] "Show in Web" links not working
|
| Triage Stage: |
Unreviewed → Ready for checkin
|
| Patch needs improvement: |
set
|
| Triage Stage: |
Ready for checkin → Accepted
|
| Patch needs improvement: |
unset
|
| Owner: |
changed from nobody to Florian Apolloner
|
| Status: |
new → assigned
|
| Keywords: |
sprintsept14 added; /admin/r/ removed
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
The special-casing in this patch isn't right. I think it can be fixed just be reordering the admin urlconf instead of this weird dispatch thing.