summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/memcached.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak2023-01-181-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+26
* Refs #32193 -- Removed MemcachedCache per deprecation timeline.Mariusz Felisiak2021-09-201-40/+0
* Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.Nick Pope2021-09-071-26/+12
* Refs #33061 -- Removed unnecessary BaseMemcachedCache.decr().Mariusz Felisiak2021-08-311-23/+7
* Fixed #33061 -- Fixed handling nonexistent keys with negative deltas in incr(...Sondre Lillebø Gundersen2021-08-311-6/+6
* Fixed #29867 -- Added support for storing None value in caches.Nick Pope2020-12-171-0/+5
* Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak2020-12-091-0/+7
* Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope2020-09-161-0/+14
* Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope2020-09-021-1/+12
* Refs #29887 -- Simplified memcached client instantiation.Nick Pope2020-09-011-17/+4
* Fixed #31907 -- Fixed missing validate_key() calls in cache backends.Nick Pope2020-08-241-1/+8
* Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.Nick Pope2020-08-201-4/+4
* Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...Nick Pope2020-08-201-12/+8
* Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.Dan Palmer2020-06-031-1/+16
* Fixed #30759 -- Made cache.delete() return whether it succeeded.daniel a rios2019-11-141-1/+8
* Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...Jakub Szafrański2019-02-141-4/+11
* Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.Christian Barcenas2018-07-091-6/+3
* Fixed #27480 -- Added cache.touch().Nicolas Noé2018-04-271-0/+10
* Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...Tim Graham2017-09-221-21/+0
* Fixed #27318 -- Made cache.set_many() return the list of failed keys.Olivier Tabone2017-09-061-5/+8
* Used dict comprehensions in BaseMemcachedCache.get_many() and set_many() for ...Sergey Fedoseev2017-09-051-8/+5
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-1/+1
* Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan2017-02-211-1/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-7/+3
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-5/+0
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Fixed #11331 -- Stopped closing pylibmc connections after each request.Ed Morley2016-09-021-0/+6
* Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.Ed Morley2016-08-311-1/+2
* Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley2016-08-311-8/+27
* Fixed broken links in docs and comments.Ville Skyttä2016-06-151-1/+1
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-2/+1
* Updated Memcached get_backend_timeout() comment.Karol Duleba2015-07-061-4/+5
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Removed BaseMemcachedCacheMethods._get_memcache_timeout backwards compatibili...Tim Graham2015-01-171-8/+1
* Fixed #16358 - Made memcache backend delete old value on a failure to set.Michael Manfre2014-11-131-1/+3
* Fixed #22845 -- Correctly handled memcached default timeout value.Vincent-Vega2014-06-161-1/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-3/+2
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-12/+2
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fixed #21147 -- Avoided time.time precision issue with cache backends.Michael Manfre2013-10-011-5/+13
* Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.Tim Graham2013-07-091-1/+1
* Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch2013-05-181-6/+16
* Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOLBas Peschier2013-02-241-0/+7
* Removed django.core.cache.backends.memcached.CacheClass.Aymeric Augustin2012-12-291-17/+0
* Fixed #14315 -- Made memcached backend handle negative incr/decr valuesClaude Paroz2012-11-061-0/+6