django1/django/contrib/admin
Adrian Holovaty fd3d579179 Added django.contrib.admin.templatetags. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@946 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-18 23:15:47 +00:00
..
models Added contrib.admin.models.admin, which contains LogEntry (from models.auth). It still exists in models.auth, temporarily 2005-10-18 22:55:23 +00:00
templatetags Added django.contrib.admin.templatetags. Refs #627 2005-10-18 23:15:47 +00:00
urls Added django.contrib.admin.urls and django.contrib.admin.templates. Refs #627 2005-10-18 04:44:24 +00:00
views Changed contrib.admin.views.main to use staff_member_required_decorator. Refs #627. Note that, by this point, AdminUserRequired middleware is redundant -- but nothing is backwards-incompatible yet. 2005-10-18 05:23:07 +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