django1/django/contrib/admin
Adrian Holovaty 84dda1990f Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidar
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07 04:00:44 +00:00
..
media fixed #2128: updated BiDi support 2006-06-12 14:52:51 +00:00
templates Fixed #2290 -- Escaped HTML in admin messages. Thanks, Sean 2006-07-07 03:56:15 +00:00
templatetags Refs #1834 -- Documented include_admin_script tag in admin interface. Thanks to 2006-06-19 12:35:38 +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