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