summaryrefslogtreecommitdiff
path: root/django/views/generic/simple.py
AgeCommit message (Expand)Author
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2007-09-15Fixed #5468 -- Fixed the handling of the context argument in direct_to_templa...Russell Keith-Magee
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-04-09Fixed #3034 -- Added mimetype parameter to the direct_to_template() genericMalcolm Tredinnick
2006-10-30Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi...Russell Keith-Magee
2006-10-30Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, wam-...Russell Keith-Magee
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty
2005-11-15Added django.views.generic.simple.redirect_to view for issuing simple redirec...Jacob Kaplan-Moss
2005-11-15Added django.views.generic.simple.direct_to_template which renders a given te...Jacob Kaplan-Moss