mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Add column-<field_name> classes to the admin list
This simplifies CSS styling to set column widths.
This commit is contained in:
@@ -101,6 +101,9 @@ Minor features
|
||||
context through to feed templates using a new `Feed.get_context_data()`
|
||||
callback.
|
||||
|
||||
* The admin list columns have a ``column-<field_name>`` class in the HTML
|
||||
so the columns header can be styled with CSS, e.g. to set a column width.
|
||||
|
||||
Backwards incompatible changes in 1.6
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user