The specific CSS class attributes should be able to depend on the object
in each row.
--
Ticket URL: <https://code.djangoproject.com/ticket/34922>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => thebugcollector
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34922#comment:1>
* status: assigned => closed
* resolution: => wontfix
Comment:
Thanks for the report however you can do this by overriding one of the
many templates that `contrib.admin` uses, most likely
`admin/change_list_results.html`.
Additionally, all feature requests must be posted on the Django Forum in
order to be voted on
https://code.djangoproject.com/wiki/DevelopersMailingList 👍
--
Ticket URL: <https://code.djangoproject.com/ticket/34922#comment:2>
Comment (by thebugcollector):
Replying to [comment:2 David Sanders]:
> Thanks for the report however you can do this by overriding one of the
many templates that `contrib.admin` uses, most likely
`admin/change_list_results.html`.
>
> Additionally, all feature requests must be posted on the Django Forum in
order to be voted on
https://code.djangoproject.com/wiki/DevelopersMailingList 👍
Thanks. For anyone who is interested in this feature, it can be achieved
with template overrides but also requires changes to the template tags
(specifically `result_list`) so that the CSS classes are passed through
along with table row content.
--
Ticket URL: <https://code.djangoproject.com/ticket/34922#comment:3>