django1/django/contrib/admin
Adrian Holovaty 54618dc0fe Improved django.contrib.admin.views.main to raise ImproperlyConfigured if admin app isn't in INSTALLED_APPS. This avoids one possibility of an obscure error.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-06 04:55:33 +00:00
..
media added more translation hooks for calendar (month names and day first characters where still missing) and updated translation files 2005-12-04 16:24:42 +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 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
templatetags Negligible spacing fix to admin.templatetags.admin_modify 2005-11-29 05:50:07 +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 Improved django.contrib.admin.views.main to raise ImproperlyConfigured if admin app isn't in INSTALLED_APPS. This avoids one possibility of an obscure error. 2005-12-06 04:55:33 +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 Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also caught docutils ImportError in a more controlled way 2005-11-27 17:20:43 +00:00