index
:
django.git
fix-31295
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
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
2011-12-17
Converted some of the built-in views to use content_type instead of mimetype ...
Adrian Holovaty
2011-10-26
Fixed #17111 -- Made the `redirect_to` generic view properly handle query str...
Julien Phalip
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-04-02
Advanced deprecations for function-based generic views
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-09-11
Add option to redirect_to view to allow passing along the query string
Malcolm Tredinnick
2008-12-08
Added a 'permanent' argument the simple.redirect_to() generic view. It's True...
Adrian Holovaty
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