Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/generic/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-031-0/+2
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-29/+1
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-0/+2
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-281-1/+14
* Fixed #21587 -- Added a warning for changing default of R...Berker Peksag2014-11-251-2/+16
* Fixed #21564 -- Use local request object when possible in...Baptiste Mispelon2013-12-161-3/+3
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-3/+3
* Fixed #15273 -- Extend RedirectView to allow reversal by ...Marc Tamlyn2013-06-141-6/+14
* Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-1/+4
* Fixed #19076 -- Added content_type attribute to TemplateV...Aymeric Augustin2013-01-301-0/+2
* Fixed #19316 -- Set View args/kwargs/request before dispatchGeorge Hickman2012-11-221-3/+3
* Clarified usage of as_view kwargs for setting arguments o...Tim Graham2012-11-221-2/+3
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-1/+1
* Imported getLogger directly from logging moduleClaude Paroz2012-09-201-2/+3
* Fixed #17228 -- params context variable is inconsistentMarc Tamlyn2012-08-181-3/+3
* Fixed #16744 -- Class based view should have the view obj...Marc Tamlyn2012-08-181-0/+2
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* Fixed #18451 -- Vastly improved class based view document...Jannis Leidel2012-06-111-1/+8
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-3/+5
* Fixed #17449 -- Added OPTIONS to generic views.Aymeric Augustin2012-05-171-2/+10
* Fixed #16074 -- Added ContextMixin to class-based generic...Claude Paroz2012-04-061-8/+14
* Fixed #16842 -- Modified the RedirectView to correctly ha...Jannis Leidel2012-03-021-4/+3
* Prevented the generic views from automatically creating a...Aymeric Augustin2012-02-181-3/+2
* Fixed #17358 -- Updated logging calls to use official syn...Jannis Leidel2012-02-091-2/+2
* Fixed #16705 - Made the test client adhere to the WSGI sp...Aymeric Augustin2011-10-061-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed a failing test in special_headers, and performed a ...Alex Gaynor2011-04-261-2/+3
* Fixed #15688 - Generic views should provide a HEAD implem...Luke Plant2011-04-231-0/+2
* Fixed #15739 -- Added support to RedirectView for HEAD, O...Russell Keith-Magee2011-04-021-0/+15
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-1/+1
* Fixed #15298 -- Raise a better error when a TemplateRespo...Russell Keith-Magee2011-02-141-1/+3
* Fixed #15061 -- Removed a redundant method implementation...Russell Keith-Magee2011-01-271-0/+1
* Fixed #12815 -- Added TemplateResponse, a lazy-evaluated ...Russell Keith-Magee2010-12-071-40/+11
* Fixed #14512 -- Added documentation on how to apply decor...Russell Keith-Magee2010-11-201-8/+1
* Added a logging call on HTTP 405 for class-based views. T...Russell Keith-Magee2010-10-191-1/+7
* Fixed #6735 -- Added class-based views.Russell Keith-Magee2010-10-181-0/+190