--
Ticket URL: <https://code.djangoproject.com/ticket/18722>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:1>
* owner: nobody => heyman
* has_patch: 0 => 1
Comment:
https://github.com/django/django/pull/527
--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:2>
* easy: 0 => 1
* stage: Accepted => Ready for checkin
Comment:
Fixes it and doesn't seem to introduce any other layout issues.
--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:3>
* stage: Ready for checkin => Accepted
Comment:
This smells like something that needs to be fixed in the rtl.css file,
too. Can you check?
--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:4>
Comment (by heyman):
Ah, you're right! I've updated the pull-request.
--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:5>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:6>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"35a0fff28ad7e3ca26f902893a7659343e490f82"]:
{{{
#!CommitTicketReference repository=""
revision="35a0fff28ad7e3ca26f902893a7659343e490f82"
Fixed #18722 -- Adjusted width of sortable columns in admin
Thanks Simon Charette for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:7>
Comment (by Claude Paroz <claude@…>):
In [changeset:"75bc081b917d98a8f51201a2b26ce3a8f5dd4d62"]:
{{{
#!CommitTicketReference repository=""
revision="75bc081b917d98a8f51201a2b26ce3a8f5dd4d62"
[1.5.x] Fixed #18722 -- Adjusted width of sortable columns in admin
Thanks Simon Charette for the report.
Backport of 35a0fff2 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:8>