summaryrefslogtreecommitdiff
path: root/django/views/admin/doc.py
AgeCommit message (Expand)Author
2005-10-18Moved django.views.admin.template and django.views.admin.doc to django.contri...Adrian Holovaty
2005-10-18Changed django.views.admin.doc to use template.loader instead of template_loaderAdrian Holovaty
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty
2005-09-22Converted load_and_render() calls to render_to_response() because of [664].Adrian Holovaty
2005-09-22Converted django.views.admin.doc to use load_and_renderAdrian Holovaty
2005-08-05Updated admin doc view to reflect changes from [411]Adrian Holovaty
2005-08-02Added doc view for templates that will show the search path for a given templ...Jacob Kaplan-Moss
2005-08-02Made a bunch of fixes to auto-generated admin documentation:Jacob Kaplan-Moss
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-18Fixed bug in dynamically-generated docs -- ForeignKeys were throwing an excep...Adrian Holovaty
2005-07-15Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty