summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorDiederik van der Boor <vdboor@edoburu.nl>2013-02-24 17:31:26 +0100
committerDiederik van der Boor <vdboor@edoburu.nl>2013-02-24 17:50:23 +0100
commitb7ba4fc408c43ecee385d2ca3582697ec54ac8a6 (patch)
treecb4fb105208847c6142f77c5f6da6d41dbdb8e1d /docs/ref
parent8503120c1024ad7ec2151196a743d6daec21334b (diff)
Add column-<field_name> classes to the admin list
This simplifies CSS styling to set column widths.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 353c121cbc..67ed4231a2 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -543,6 +543,13 @@ subclass::
The above will tell Django to order by the ``first_name`` field when
trying to sort by ``colored_first_name`` in the admin.
+ * .. versionadded:: 1.6
+
+ The field names in ``list_display`` will also appear as CSS classes in
+ the HTML output, in the form of ``column-<field_name>`` on each ``<th>``
+ element. This can be used to set column widths in a CSS file for example.
+
+
.. attribute:: ModelAdmin.list_display_links
Set ``list_display_links`` to control which fields in ``list_display``