django1/django/contrib/admin
Adrian Holovaty 3cfc8bb5d9 Fixed #2582 -- filter_interface now works on fields with verbose_name containing quotes. Thanks for reporting, 235
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-22 17:45:21 +00:00
..
media Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more utf-8 friendly than Bitstream. Thanks for the patch, riklaunim@gmail.com 2006-08-22 04:58:16 +00:00
templates Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html template. Thanks for reporting, Gary Wilson 2006-08-22 04:53:43 +00:00
templatetags Fixed #2582 -- filter_interface now works on fields with verbose_name containing quotes. Thanks for reporting, 235 2006-08-22 17:45:21 +00:00
views Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object popup window not to use repr(), because that produces values such as 123L for longints. Refs #2500 2006-08-18 21:39:29 +00:00
__init__.py Added django.contrib.admin, with a staff_member_required decorator and code from AdminUserRequired middleware. Refs #627 2005-10-18 04:21:07 +00:00
filterspecs.py Fixed #2342 -- Made small fix to DateFieldFilterSpec. Thanks, Alex Dedul 2006-07-20 20:31:59 +00:00
models.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
urls.py Fixed #2527 -- Removed /doc/views/jump/ from admin URLconf. It wasn't being used 2006-08-12 05:10:51 +00:00
utils.py Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00