index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
admin
/
doc.py
Age
Commit message (
Expand
)
Author
2005-10-18
Moved django.views.admin.template and django.views.admin.doc to django.contri...
Adrian Holovaty
2005-10-18
Changed django.views.admin.doc to use template.loader instead of template_loader
Adrian Holovaty
2005-10-14
Fixed #626 -- Moved template modules to django.core.template package. django....
Adrian Holovaty
2005-09-22
Converted load_and_render() calls to render_to_response() because of [664].
Adrian Holovaty
2005-09-22
Converted django.views.admin.doc to use load_and_render
Adrian Holovaty
2005-08-05
Updated admin doc view to reflect changes from [411]
Adrian Holovaty
2005-08-02
Added doc view for templates that will show the search path for a given templ...
Jacob Kaplan-Moss
2005-08-02
Made a bunch of fixes to auto-generated admin documentation:
Jacob Kaplan-Moss
2005-07-26
Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...
Adrian Holovaty
2005-07-18
Fixed bug in dynamically-generated docs -- ForeignKeys were throwing an excep...
Adrian Holovaty
2005-07-15
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty