index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
views
/
template.py
Age
Commit message (
Expand
)
Author
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-08-11
Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid...
Gary Wilson Jr
2006-12-15
Copied django.forms to django.oldforms and changed all code to reference djan...
Adrian Holovaty
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-07-20
Fixed #2374 -- Fixed magic-removal API changes in admin template validator. T...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-26
Fixed #911 -- Made template system scoped to the parser instead of the templa...
Adrian Holovaty
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty
2005-10-18
Changed contrib.admin.views.template and doc to use staff_member_required dec...
Adrian Holovaty
2005-10-18
Moved django.views.admin.template and django.views.admin.doc to django.contri...
Adrian Holovaty