--
Ticket URL: <https://code.djangoproject.com/ticket/25116>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Old description:
> The three admindocs bookmarklets that relate to models (show model type
> and id, edit in admin in this window, and in new window) have not worked
> since commit 64e11a6 (from ticket #13285) several years ago. There is not
> a simple way to make these work again, unless we re-introduce something
> like populate_xheaders, which is not reasonable. I think they should
> simply be removed. (Feel free to reject this ticket if that opinion is
> not shared.)
New description:
The three admindocs bookmarklets that relate to models (show model type
and id, edit in admin in this window, and in new window) have not worked
since commit 64e11a6 (from ticket #13285) several years ago. There is not
a simple way to make these work again, unless we re-introduce something
like populate_xheaders, which is not reasonable. I think they should
simply be removed. (Feel free to reject this ticket if that opinion is not
shared.)
This should make #8079 moot.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/25116#comment:1>
Old description:
> The three admindocs bookmarklets that relate to models (show model type
> and id, edit in admin in this window, and in new window) have not worked
> since commit 64e11a6 (from ticket #13285) several years ago. There is not
> a simple way to make these work again, unless we re-introduce something
> like populate_xheaders, which is not reasonable. I think they should
> simply be removed. (Feel free to reject this ticket if that opinion is
> not shared.)
>
> This should make #8079 moot.
New description:
The three admindocs bookmarklets that relate to models (show model type
and id, edit in admin in this window, and in new window) have not worked
since commit 64e11a6 (from ticket #13285) several years ago. There is not
a simple way to make these work again, unless we re-introduce something
like populate_xheaders, which is not reasonable. I think they should
simply be removed. (Feel free to reject this ticket if that opinion is not
shared.)
This should make #8079 moot.
Also, if #25115 lands first, we may also want to remove the logic in the
admindocs bookmarklet view that adds admin_url to the context.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/25116#comment:2>
* stage: Unreviewed => Accepted
Comment:
Considering that it took three Django releases (1.6 to 1.8) for someone to
notice the problem, it's clear that this feature isn't used much if at all
and should be purged rather than fixed.
--
Ticket URL: <https://code.djangoproject.com/ticket/25116#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"83f63730306fa3cbdcbe7f0dcb36b0cdcfd1ec4a" 83f6373]:
{{{
#!CommitTicketReference repository=""
revision="83f63730306fa3cbdcbe7f0dcb36b0cdcfd1ec4a"
Fixed #25116 -- Removed long-broken admindocs bookmarklets
These were broken back in commit 64e11a6.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25116#comment:4>