django1/django/contrib/admin/views
Adrian Holovaty 15fb988dbc Changed contrib.admin.views.template and doc to use staff_member_required decorator. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-18 05:12:45 +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
decorators.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
doc.py Changed contrib.admin.views.template and doc to use staff_member_required decorator. Refs #627 2005-10-18 05:12:45 +00:00
main.py Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this is still backwards-compatible, assuming people are using django.conf.urls.admin as their admin URLconf 2005-10-18 04:58:34 +00:00
template.py Changed contrib.admin.views.template and doc to use staff_member_required decorator. Refs #627 2005-10-18 05:12:45 +00:00