django1/django/contrib/admin
Adrian Holovaty 539e53ccf1 Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 04:20:52 +00:00
..
media Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune 2005-10-20 04:20:52 +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
templates Fixed admin template bug from [948] 2005-10-19 01:18:53 +00:00
templatetags 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
urls 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
views Fixed template-name bug for admin doc templates in [948] 2005-10-19 16:29:20 +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