Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/cache
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #25501 -- Made the file-based cache backend use the...Andrew Artajos2015-10-201-2/+2
* Fixed #25034 -- Converted caches ImproperlyConfigured err...Tom Christie2015-09-181-4/+0
* Fixed typo in django/core/cache/backends/base.py docstring.Matthew Crowson2015-09-161-1/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Updated Memcached get_backend_timeout() comment.Karol Duleba2015-07-061-4/+5
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+2
* Refactored datetime handling in the database cache backend.Aymeric Augustin2015-05-171-43/+43
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-3/+3
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-171-0/+4
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-2/+2
* Fixed #12982 -- Added a get_or_set() method to the BaseCa...Berker Peksag2015-03-141-0/+21
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-067-16/+20
* Removed BaseMemcachedCacheMethods._get_memcache_timeout b...Tim Graham2015-01-181-8/+1
* Removed django.core.cache.get_cache() per deprecation tim...Tim Graham2015-01-171-30/+1
* Fixed #16358 - Made memcache backend delete old value on ...Michael Manfre2014-11-131-1/+3
* Fixed #23642 -- Made LocMemCache.incr() thread-safe as do...Thomas Chaumeny2014-10-121-9/+16
* Fixed #23625 -- Removed CacheClass shimJaap Roes2014-10-104-20/+0
* Fixed #22845 -- Correctly handled memcached default timeo...Vincent-Vega2014-06-161-1/+1
* Fixed #22606 -- Locmemcache has_key() failed for infinite...Malcolm Box2014-05-091-8/+9
* Fixed #22495 -- Locmem cache.add() failed with infinite t...Malcolm Box2014-04-231-2/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-082-4/+4
* Fixed #22085 -- Added a feature for setting non-expiring ...zedr2014-03-041-4/+5
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-082-7/+7
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-64/+65
* flake8 fixesAlex Gaynor2013-11-251-0/+1
* Properly closed cache connections at the end of the request.Florian Apolloner2013-11-241-10/+22
* Follow up to e112654fc81ddb3fbffbb8382b004d69367a85feFlorian Apolloner2013-11-231-18/+7
* A handful of flake8 fixesAlex Gaynor2013-11-231-0/+1
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-232-20/+70
* Fixed a couple flake8 warnings.Tim Graham2013-11-081-1/+0
* Fixed #20536 -- rewrite of the file based cache backendJaap Roes2013-11-071-113/+113
* Fixed all E226 violationsAlex Gaynor2013-11-031-2/+2
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-024-0/+8
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-5/+2
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21147 -- Avoided time.time precision issue with ca...Michael Manfre2013-10-015-17/+31
* Fixed #21146 - DatabaseCache converts expires to python v...Michael Manfre2013-09-261-3/+18
* Fixed #21125 -- Removed support for cache URI syntaxCurtis Maloney2013-09-191-74/+20
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-5/+5
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-1/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #20722 -- Fixed MemcachedCache backend get_many on ...Tim Graham2013-07-091-1/+1
* A few cleanups to capture the minimum amount of code in t...Alex Gaynor2013-07-081-10/+14
* Fixed 20613 - moved pickle loads/dumps outside with self....ersran92013-07-051-22/+25