Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/cache.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-151-5/+101
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Fixed #13008 -- Added more Cache-Control headers to never...Markus Bertheau2015-04-281-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #20346 -- Made cache middleware vary on the full URL.ijl2013-12-281-10/+10
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-3/+3
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+12
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-1/+1
* Fixed spelling ("dependant" -> "dependent")Tim Graham2013-11-021-1/+1
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-5/+5
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* [py3] Always fed hashlib with bytes.Łukasz Langa2013-02-271-1/+1
* Fixed #18191 -- Don't consider Accept-Language redundantl...Łukasz Langa2013-02-261-2/+12
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-1/+2
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-3/+3
* [py3] Fixed admin_views testsClaude Paroz2012-08-141-1/+1
* [py3] Fixed encoding issues in cache key generationClaude Paroz2012-08-131-1/+2
* [py3] Encoded value before feeding it to hashlib.md5Claude Paroz2012-08-121-3/+3
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* Removed unneeded smart_str in cache utils.Claude Paroz2012-05-281-2/+2
* Fixed #17476 -- Ensure timezone-dependant cache keys only...Aymeric Augustin2011-12-291-4/+7
* Fixed a CacheKeyWarning under Windows.Aymeric Augustin2011-12-271-1/+3
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-1/+4
* Made the cache locale-dependant when USE_L10N is True, ev...Aymeric Augustin2011-11-011-1/+1
* Fixed several problems that hid one another in the cache ...Aymeric Augustin2011-10-271-1/+1
* Fixed #16003 -- Restored compatibility of the admin when ...Jannis Leidel2011-09-081-1/+8
* Fixed #15499 -- Ensure that cache control headers don't t...Russell Keith-Magee2011-08-231-0/+6
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-5/+5
* Fixed #4992 -- Respect the GET request query string when ...Jannis Leidel2011-03-021-7/+7
* Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY...Carl Meyer2011-02-011-0/+10
* Beefed up the tests for multi-cache handling of the cache...Russell Keith-Magee2010-12-221-3/+7
* Fixed #14103 -- Take USE_ETAGS setting into account when ...Jannis Leidel2010-12-121-1/+1
* Fixed #14560 -- Enable HEAD requests to be cached properl...Honza Král2010-10-291-7/+7
* Refined changes made in r12546 to also respect the reques...Jannis Leidel2010-03-011-7/+12
* Fixed #5691 - Adds the active language to the cache key. ...Jannis Leidel2010-02-231-7/+11
* Fixed #10016: the cache middleware no longer vomits when ...Jacob Kaplan-Moss2009-04-011-3/+5
* Fixed #10387: removed some code duplication in django.uti...Jacob Kaplan-Moss2009-03-311-4/+7
* Fixed typo in comment.Gary Wilson Jr2008-08-151-1/+1
* Fixed #7919 -- md5 and sha modules are deprecated since P...Gary Wilson Jr2008-08-021-3/+3
* Fixed #7228 -- Fixed our ETag header creation to meet the...Adrian Holovaty2008-06-161-1/+1
* Fixed #5813 -- Taught the CacheMiddleware to respect any ...Malcolm Tredinnick2007-11-291-0/+22
* Some minor changes to the `patch_vary_headers` function:Gary Wilson Jr2007-11-191-7/+12
* Removed `vary_delim_re` in `django/utils/cache.py` in fav...Gary Wilson Jr2007-11-191-4/+2
* Fixed #5816 -- Fixed a regression from [6333] that genera...Gary Wilson Jr2007-10-311-3/+3
* Corrected a typo and made some style fixes.Gary Wilson Jr2007-10-281-10/+14
* Fixed #5557: URLs are now properly escaped in the cache_p...Jacob Kaplan-Moss2007-09-291-4/+4
* Fixed #5047: patch_cache_control now respects existing ma...Jacob Kaplan-Moss2007-09-291-0/+7
* Fixed #4071 -- Fixed bug in cache_page decorator, which w...Adrian Holovaty2007-09-141-2/+2