Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/decorators
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-3/+0
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-151-68/+8
* Fixed typos in HTTP decorator docs.I am Clinton2015-05-251-3/+3
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-8/+17
* Fixed #22461 -- Added if-unmodified-since support to the ...Thomas Tanner2014-12-241-29/+35
* Fixed #23695 -- Made condition decorator work for HEAD re...Anton Novosyolov2014-10-211-1/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+3
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Correct flake8 E302 violationsRay Ashman Jr2013-11-032-0/+5
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-2/+3
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #18923 -- Corrected usage of sensitive_post_paramet...Tim Graham2013-08-021-0/+6
* Removed several unused imports.Aymeric Augustin2013-06-191-2/+0
* Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels2013-05-181-1/+1
* Fixed #19453 -- Ensured that the decorated function's arg...Julien Phalip2012-12-311-2/+2
* Removed csrf_response_exempt and csrf_view_exempt.Aymeric Augustin2012-12-291-18/+0
* Removed legacy ways of calling cache_page.Aymeric Augustin2012-12-291-43/+6
* Made more extensive use of get_current_siteClaude Paroz2012-09-281-1/+1
* Imported getLogger directly from logging moduleClaude Paroz2012-09-201-2/+2
* Fixed #17138 -- Made the sensitive_variables decorator wo...Julien Phalip2012-06-041-6/+6
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-032-4/+4
* Fixed #17643 -- Set a better stack level for the cache_pa...Jannis Leidel2012-02-091-1/+2
* Fixed #17358 -- Updated logging calls to use official syn...Jannis Leidel2012-02-091-3/+3
* Fixed #15840 -- Wrapped inner function of the condition d...Jannis Leidel2012-02-091-0/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #14614 - filtering of sensitive information in 500 ...Luke Plant2011-06-091-0/+71
* Deprecated legacy ways of calling cache_pageLuke Plant2011-06-081-0/+11
* Fixed #14261 - Added clickjacking protection (X-Frame-Opt...Luke Plant2011-05-311-0/+64
* Fixed #15354 - provide method to ensure CSRF token is alw...Luke Plant2011-05-091-1/+21
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-013-5/+10
* Fixed #15637 -- Added a require_safe decorator for views ...Jannis Leidel2011-04-281-0/+3
* Deprecated csrf_response_exempt and csrf_view_exempt deco...Luke Plant2011-03-301-15/+14
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-284-20/+4
* Fixed #717 - If-Modified-Since handling should compare da...Luke Plant2011-03-011-8/+10
* Fixed #14929 -- Move gzip_page docstring to the right pla...Andrew Godwin2011-01-081-2/+1
* Fix a small docstring bug in the CSRF decorators.Andrew Godwin2010-12-221-1/+1
* Fixed #11675 -- Added support for the PyLibMC cache libra...Russell Keith-Magee2010-12-211-6/+7
* Fixed #14737 -- Moved the docstring comment for the cache...Russell Keith-Magee2010-12-041-13/+13
* Fixed #14565 - No csrf_token on 404 page.Luke Plant2010-10-281-0/+16
* Fixed #14406 -- Added a Python 2.4 compatibility to the l...Russell Keith-Magee2010-10-061-2/+2
* Fixed #12012 -- Added support for logging. Thanks to Vina...Russell Keith-Magee2010-10-041-1/+22
* Fixed #12019 - backwards compatibility issues with cache_...Luke Plant2010-09-211-2/+11
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-044-4/+4
* Fixed #13093 -- Updated some decorators and the decorator...Russell Keith-Magee2010-03-124-10/+12
* Fixed #12804 - regression with decorating admin views.Luke Plant2010-02-091-6/+4
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-0/+47
* Added 'key_prefix' keyword argument to cache_page()Luke Plant2009-09-281-4/+10
* Corrected regressions introduced in r11586 and r11593Luke Plant2009-09-261-6/+10
* Improved error messages when people use cache_page in und...Luke Plant2009-09-241-1/+6