index
:
django.git
fix-31295
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
/
base.css
Age
Commit message (
Expand
)
Author
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-09
Fixes #16186 -- remove inline CSS in contrib.admin
Idan Gazit
2011-06-03
Fixed visual bug with sorted column headers in changelist having dark band at...
Luke Plant
2011-06-03
Internet Explorer fixes for admin sorting UI
Luke Plant
2011-06-03
Improved UI for advanced sorting controls.
Luke Plant
2011-06-02
Fixed position of new cog icon in admin changelist relative to text
Luke Plant
2011-06-02
Fixed #11868 - Multiple sort in admin changelist.
Luke Plant
2011-02-12
Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Th...
Russell Keith-Magee
2010-12-21
Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one ...
Jannis Leidel
2010-12-12
Fixed #13649 -- Extended admin stylesheets to also cover disabled buttons in ...
Jannis Leidel
2010-08-28
Fixed #13723 -- Improved the legibility of hyperlinks included in admin valid...
Russell Keith-Magee
2010-06-23
Fixed #12803 - Added styling for 'error' and 'warning' messages in admin.
Luke Plant
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2009-12-22
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...
Brian Rosner
2008-10-31
Consolidated contrib.admin styles by rolling layout.css and global.css direct...
Wilson Miner
2008-10-31
Added IE conditional comments to contrib.admin base template to block CSS fro...
Wilson Miner
2007-11-25
Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) inst...
Gary Wilson Jr
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-01-30
All admin pages except the dashboard now use liquid page widths, except in IE5.
Wilson Miner
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty