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
/
forms.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
2010-04-05
Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelMultipleC...
Russell Keith-Magee
2010-01-26
Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
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
2008-09-16
Fixed #9074: Added overflow: hidden to the submit-row div to clear the floate...
Wilson Miner
2008-09-03
Fixed #8812 -- Fixed up the positioning of the "delete" link in the admin
Malcolm Tredinnick
2008-09-02
Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...
Jacob Kaplan-Moss
2008-08-08
Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...
Brian Rosner
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2007-04-09
Fixed #3926 -- Fixed typo in admin CSS. Thanks, Jeff Hilyard.
Malcolm Tredinnick
2007-02-28
Reverted [4590] (changes to field label CSS) since it caused more problems th...
Jacob Kaplan-Moss
2007-02-26
Small fix to admin CSS. Fixes #2205; thanks, treborhudson@gmail.com
Jacob Kaplan-Moss
2006-07-21
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty