summaryrefslogtreecommitdiff
path: root/django/contrib/admin/views/template.py
AgeCommit message (Expand)Author
2010-10-09Fixed #12872 -- Removed vestiges of mythic old template validation admin app ...Ramiro Morales
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-08-11Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid...Gary Wilson Jr
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-07-20Fixed #2374 -- Fixed magic-removal API changes in admin template validator. T...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-10-18Changed contrib.admin.views.template and doc to use staff_member_required dec...Adrian Holovaty
2005-10-18Moved django.views.admin.template and django.views.admin.doc to django.contri...Adrian Holovaty