index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
cache
Age
Commit message (
Expand
)
Author
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-02
Fixed #11331 -- Stopped closing pylibmc connections after each request.
Ed Morley
2016-08-31
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
Ed Morley
2016-08-31
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
Ed Morley
2016-07-11
Fixed #26792 -- Allowed None for the value of cache.get_or_set().
Dmitry S..ky / skype: dvska-at-skype
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-06-01
Fixed #26694 -- Made FileBasedCache.get() reraise non-ENOENT IOErrors.
Jon Dufresne
2016-05-31
Fixed #26691 -- Removed checking for a file's existence before deleting.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-05
Fixed #26462 -- Fixed Python 2 UnicodeEncodeError when warning about long cac...
Przemysław Suliga
2016-04-04
Fixed #26460 -- Issued a single warning for invalid cache key
Przemysław Suliga
2016-03-08
Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
Przemysław Suliga
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-12-29
Fixed typo in BaseCache.delete_many() docstring.
Matthew Madurski
2015-12-04
Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.
Emre Yilmaz
2015-11-14
Refs #25501 -- Fixed a typo in django/core/cache/backends/filebased.py
Jaap Roes
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-10-20
Fixed #25501 -- Made the file-based cache backend use the highest pickling pr...
Andrew Artajos
2015-09-18
Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.
Tom Christie
2015-09-16
Fixed typo in django/core/cache/backends/base.py docstring.
Matthew Crowson
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-07-06
Updated Memcached get_backend_timeout() comment.
Karol Duleba
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-05-17
Refactored datetime handling in the database cache backend.
Aymeric Augustin
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime converters.
Aymeric Augustin
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-03-14
Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.
Berker Peksag
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed BaseMemcachedCacheMethods._get_memcache_timeout backwards compatibili...
Tim Graham
2015-01-17
Removed django.core.cache.get_cache() per deprecation timeline; refs #21012.
Tim Graham
2014-11-13
Fixed #16358 - Made memcache backend delete old value on a failure to set.
Michael Manfre
2014-10-12
Fixed #23642 -- Made LocMemCache.incr() thread-safe as documented
Thomas Chaumeny
2014-10-10
Fixed #23625 -- Removed CacheClass shim
Jaap Roes
2014-06-16
Fixed #22845 -- Correctly handled memcached default timeout value.
Vincent-Vega
2014-05-09
Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry
Malcolm Box
2014-04-23
Fixed #22495 -- Locmem cache.add() failed with infinite timeouts
Malcolm Box
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-04
Fixed #22085 -- Added a feature for setting non-expiring keys as the default.
zedr
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-11-24
flake8 fixes
Alex Gaynor
2013-11-24
Properly closed cache connections at the end of the request.
Florian Apolloner
2013-11-23
Follow up to e112654fc81ddb3fbffbb8382b004d69367a85fe
Florian Apolloner
2013-11-23
A handful of flake8 fixes
Alex Gaynor
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-07
Fixed a couple flake8 warnings.
Tim Graham
2013-11-07
Fixed #20536 -- rewrite of the file based cache backend
Jaap Roes
[prev]
[next]