django1/django/contrib/admin
James Bennett 6e657e2c40 Backport [7521] to 0.91-bugfixes per security policy; announcement and security bugfix release will be forthcoming.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-14 04:07:42 +00:00
..
media 0.91-bugfixes: Backport [3066] and some related changes. Refs #1635, #106. 2007-10-12 18:47:11 +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 Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelzi 2006-02-27 21:05:50 +00:00
templatetags Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter 2006-04-12 13:35:31 +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 Backport [7521] to 0.91-bugfixes per security policy; announcement and security bugfix release will be forthcoming. 2008-05-14 04:07:42 +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