django1/django/contrib/admin
Adrian Holovaty 23d2be1714 Fixed #1274 -- Fixed broken link in navigation in admin password-change template. Thanks, Brian Ray
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-27 15:45:10 +00:00
..
media Removed example.com from default admin templates. One less thing to change in setup. 2006-01-23 22:53:50 +00:00
models fixed the "recent actions" list not pointing to the objects detail page - backport of rjwittams fix from new_admin 2005-11-12 01:16:14 +00:00
templates Fixed #1274 -- Fixed broken link in navigation in admin password-change template. Thanks, Brian Ray 2006-01-27 15:45:10 +00:00
templatetags Removed commented-out decorator syntax in admin template tags. It was looking a bit messy. 2006-01-19 03:29:45 +00:00
urls first take at admin JavaScript translation - translation hooks for the calendar and time picker are added and the german translation is updated 2005-12-04 12:30:14 +00:00
views Fixed #1234 -- Fixed admin problem with login status getting out of sync with multiple windows/tabs. Thanks, oggie rob 2006-01-16 18:54:41 +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 MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separate commit) 2005-11-25 21:20:09 +00:00
utils.py Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, Tim Keating 2005-12-07 05:11:19 +00:00