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