django1/django/contrib/admin
Brian Rosner ca7ee4be17 Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. Thanks mksoft for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-21 04:09:29 +00:00
..
media Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. Thanks mksoft for the report and patch. 2008-07-21 04:09:29 +00:00
templates Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
templatetags Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
views Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
filterspecs.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed filter_horizontal and filter_vertical handling in admin so that they can 2008-07-20 21:12:36 +00:00
sites.py Fixed #7775 -- Removed some duplicated code from the admin login sequence. Thanks to Mnewman for the report. 2008-07-20 11:37:20 +00:00
util.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
validation.py Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
widgets.py Fixed #7828 -- Removed some unnecessary imports from admin widgets. Thanks to Julien for the report. 2008-07-19 02:26:58 +00:00