django1/django/contrib/admin
Malcolm Tredinnick 04e83a0517 Fixed another title string that needed escaping (these strings do need
escaping, because they can be created from object strings, in part).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-14 01:17:17 +00:00
..
media Fixed #2142 -- Fixed JavaScript warnings in admin JS. Thanks, mike.capp@gmail.com 2006-07-07 04:11:10 +00:00
templates Fixed another title string that needed escaping (these strings do need 2006-07-14 01:17:17 +00:00
templatetags Fixed #2301 -- Fixed HTML problem with list_display_links. Thanks, kilian 2006-07-11 19:08:24 +00:00
views Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidar 2006-07-07 04:00:44 +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 Added AllValuesFilterSpec to admin changelist filters, which lets you put any arbitrary field in Admin.list_filter. To determine the list of all available choices, Django does a SELECT DISTINCT. Note this is backwards-incompatible for people who have defined and registered their own FilterSpecs, because each FilterSpec now takes a 'model' parameter. 2006-06-16 19:42:06 +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 Added USE_I18N setting, which lets you turn off internationalization overhead with a single setting. Defaults to True. Currently only affects the admin i18n JavaScript, but I'll be adding other optimizations. 2006-07-01 03:09:14 +00:00
utils.py Eliminated lots of mutable default arguments (since they are bugs 2006-06-03 13:37:34 +00:00