Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/decorators/cache.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+5
* 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
* 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
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-2/+2
* Fixed #17643 -- Set a better stack level for the cache_pa...Jannis Leidel2012-02-091-1/+2
* Deprecated legacy ways of calling cache_pageLuke Plant2011-06-081-0/+11
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-2/+4
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-5/+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 #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-041-1/+1
* Fixed #13093 -- Updated some decorators and the decorator...Russell Keith-Magee2010-03-121-3/+3
* Fixed #12804 - regression with decorating admin views.Luke Plant2010-02-091-6/+4
* 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
* Fixed #6371 - several decorators don't work with bound me...Luke Plant2009-09-221-3/+15
* Fixed #5701 -- Fixed decorators to take the name, attribu...Gary Wilson Jr2008-02-251-2/+7
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-1/+0
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-1/+11
* Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss2005-10-291-0/+16
* Fixed #580 -- Added mega support for generating Vary head...Adrian Holovaty2005-10-091-55/+15
* Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting in...Adrian Holovaty2005-10-061-1/+2
* Moved django.views.decorators.cache.compress_string into ...Adrian Holovaty2005-07-181-11/+3
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-131-0/+64