--
Ticket URL: <https://code.djangoproject.com/ticket/29417>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "Django bug report - Change on view-only changelist.png"
added.
Screenshot on changelist view
* Attachment "Django bug report - Change on view-only page.png" added.
Screenshot on change view
* severity: Normal => Release blocker
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/29417#comment:1>
* owner: nobody => Paulo
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/29417#comment:2>
Comment (by Ramiro Morales):
Ugh. forgot to assign this to myself.
I have a patch almost ready for review. Will open a PR for you to peruse
in a few minutes.
--
Ticket URL: <https://code.djangoproject.com/ticket/29417#comment:3>
* status: assigned => new
* owner: Paulo => (none)
Comment:
No worries, unassigned myself :)
--
Ticket URL: <https://code.djangoproject.com/ticket/29417#comment:4>
* status: new => assigned
* owner: (none) => Ramiro Morales
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/9966 PR]
Open question: What the titles/headers shoudl be if the user has
permission to both view and delete an object? 'Change article' doesn't
sound completely correct, but neither does 'View article'.
--
Ticket URL: <https://code.djangoproject.com/ticket/29417#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f40e71a957aa00b4572c19b269179cded6c8c500" f40e71a]:
{{{
#!CommitTicketReference repository=""
revision="f40e71a957aa00b4572c19b269179cded6c8c500"
Fixed #29417 -- Corrected two admin page titles for view-only users.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29417#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c56d94c02abbc10c71762f7ce9e352a67cb0d485" c56d94c]:
{{{
#!CommitTicketReference repository=""
revision="c56d94c02abbc10c71762f7ce9e352a67cb0d485"
[2.1.x] Fixed #29417 -- Corrected two admin page titles for view-only
users.
Backport of f40e71a957aa00b4572c19b269179cded6c8c500 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29417#comment:7>