django1/django/contrib/admin
Adrian Holovaty 2af63d3aab Fixed #954 -- Many-to-many raw_id_admin change page now displays original object(s) correctly. Thanks for reporting, mordaha
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-29 05:54:56 +00:00
..
media Fixed #729 -- prepopulate_from (urlify.js) now removes characters that aren't a-z, 0-9 or spaces 2005-11-06 22:02:40 +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 Negligible spacing fix to admin/templates/widget/foreign.html 2005-11-29 05:50:31 +00:00
templatetags Negligible spacing fix to admin.templatetags.admin_modify 2005-11-29 05:50:07 +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 #954 -- Many-to-many raw_id_admin change page now displays original object(s) correctly. Thanks for reporting, mordaha 2005-11-29 05:54:56 +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