django1/django/contrib/admin/views
Adrian Holovaty 37a0c110e2 Fixed #913 -- Made more helpful error for list_filter error. Thanks, Tom Tobin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-26 06:42:28 +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 translation strings to django/contrib/admin/views/decorators.py. Taken from new-admin 2005-11-25 02:18:37 +00:00
doc.py Applied translation strings from new-admin to contrib.admin.views.doc 2005-11-23 17:02:38 +00:00
main.py Fixed #913 -- Made more helpful error for list_filter error. Thanks, Tom Tobin 2005-11-26 06:42:28 +00:00
template.py Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00