django1/django/contrib/admin/views
Adrian Holovaty 9832abf6b4 Fixed #1022 -- Fixed bug in admin when deleting models with OneToOne. Thanks, Eric Moritz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-07 23:36:31 +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 Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/' 2005-12-01 07:03:23 +00:00
main.py Fixed #1022 -- Fixed bug in admin when deleting models with OneToOne. Thanks, Eric Moritz. 2005-12-07 23:36:31 +00:00
template.py Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. 2005-11-26 22:46:31 +00:00