index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
media
/
css
/
changelists.css
Age
Commit message (
Expand
)
Author
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-02-19
Fixed #15291 -- Corrected alignment issue when actions are disabled in a Mode...
Russell Keith-Magee
2011-02-19
Fixed #15290 -- Fixed a CSS styling issue with borders when the link item in ...
Russell Keith-Magee
2010-09-11
Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...
Justin Bronn
2010-09-10
Admin changelist page now has consistent width with or without filter
Malcolm Tredinnick
2010-01-26
Fixed #12282 - When paginated allow selecting all items in the admin changlist.
Jannis Leidel
2010-01-05
Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...
Jannis Leidel
2009-10-27
Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...
Jacob Kaplan-Moss
2009-03-31
Added row highlighting when selecting action checkmarks.
Jacob Kaplan-Moss
2009-03-29
Some minor tweaks to the admin changelist styles for the new action menus. Cu...
Wilson Miner
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2008-11-16
Removed the hidden import rules in the contrib.admin stylesheets. Each indivi...
Wilson Miner
2008-10-31
Reformatted contrib.admin CSS to use multi-line selector format so changes ca...
Wilson Miner
2006-07-21
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...
Jacob Kaplan-Moss
2006-06-02
Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ...
Wilson Miner
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty