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
/
rtl.css
Age
Commit message (
Expand
)
Author
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-02
Fixed #11868 - Multiple sort in admin changelist.
Luke Plant
2011-06-02
Fixed #16144 - layout of admin changelist broken for RTL languages.
Luke Plant
2011-04-22
Fixed #11203 -- Stopped some form fields in the admin from rendering incorrec...
Jannis Leidel
2010-12-12
Fixed #13856 -- Float admin's top links on the right for RTL languages.
Jannis Leidel
2010-05-10
Fixed #13168 - Corrected the alignment of the admin inline headers for rtl la...
Jannis Leidel
2010-04-05
Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actio...
Russell Keith-Magee
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2009-04-11
Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales.
Malcolm Tredinnick
2008-10-31
Reformatted contrib.admin CSS to use multi-line selector format so changes ca...
Wilson Miner
2008-09-03
Fixed #8832 -- Position the error icons on the right of the screen in the admin
Malcolm Tredinnick
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-23
Tweaked the Admin add/change page so that "save" is still the highlighted
Malcolm Tredinnick
2008-08-11
Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi.
Gary Wilson Jr
2008-07-21
Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. ...
Brian Rosner
2006-07-21
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...
Jacob Kaplan-Moss
2006-06-12
fixed #2128: updated BiDi support
Georg Bauer