index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
cache
/
backends
/
memcached.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
1
-1
/
+1
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-11
/
+26
*
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
Mariusz Felisiak
2021-09-20
1
-40
/
+0
*
Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.
Nick Pope
2021-09-07
1
-26
/
+12
*
Refs #33061 -- Removed unnecessary BaseMemcachedCache.decr().
Mariusz Felisiak
2021-08-31
1
-23
/
+7
*
Fixed #33061 -- Fixed handling nonexistent keys with negative deltas in incr(...
Sondre Lillebø Gundersen
2021-08-31
1
-6
/
+6
*
Fixed #29867 -- Added support for storing None value in caches.
Nick Pope
2020-12-17
1
-0
/
+5
*
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-09
1
-0
/
+7
*
Fixed #29887 -- Added a cache backend for pymemcache.
Nick Pope
2020-09-16
1
-0
/
+14
*
Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...
Nick Pope
2020-09-02
1
-1
/
+12
*
Refs #29887 -- Simplified memcached client instantiation.
Nick Pope
2020-09-01
1
-17
/
+4
*
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
Nick Pope
2020-08-24
1
-1
/
+8
*
Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.
Nick Pope
2020-08-20
1
-4
/
+4
*
Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...
Nick Pope
2020-08-20
1
-12
/
+8
*
Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.
Dan Palmer
2020-06-03
1
-1
/
+16
*
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-11-14
1
-1
/
+8
*
Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...
Jakub Szafrański
2019-02-14
1
-4
/
+11
*
Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.
Christian Barcenas
2018-07-09
1
-6
/
+3
*
Fixed #27480 -- Added cache.touch().
Nicolas Noé
2018-04-27
1
-0
/
+10
*
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...
Tim Graham
2017-09-22
1
-21
/
+0
*
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
Olivier Tabone
2017-09-06
1
-5
/
+8
*
Used dict comprehensions in BaseMemcachedCache.get_many() and set_many() for ...
Sergey Fedoseev
2017-09-05
1
-8
/
+5
*
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
1
-1
/
+1
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-1
/
+1
*
Fixed spelling of "nonexistent".
Tim Graham
2017-02-03
1
-2
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-7
/
+3
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-5
/
+0
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Fixed #11331 -- Stopped closing pylibmc connections after each request.
Ed Morley
2016-09-02
1
-0
/
+6
*
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
Ed Morley
2016-08-31
1
-1
/
+2
*
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
Ed Morley
2016-08-31
1
-8
/
+27
*
Fixed broken links in docs and comments.
Ville Skyttä
2016-06-15
1
-1
/
+1
*
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-25
1
-2
/
+1
*
Updated Memcached get_backend_timeout() comment.
Karol Duleba
2015-07-06
1
-4
/
+5
*
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-13
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+2
*
Removed BaseMemcachedCacheMethods._get_memcache_timeout backwards compatibili...
Tim Graham
2015-01-17
1
-8
/
+1
*
Fixed #16358 - Made memcache backend delete old value on a failure to set.
Michael Manfre
2014-11-13
1
-1
/
+3
*
Fixed #22845 -- Correctly handled memcached default timeout value.
Vincent-Vega
2014-06-16
1
-1
/
+1
*
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
1
-3
/
+2
*
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-23
1
-12
/
+2
*
Fixed all E261 warnings
coagulant
2013-11-02
1
-1
/
+1
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+2
*
Fixed #21147 -- Avoided time.time precision issue with cache backends.
Michael Manfre
2013-10-01
1
-5
/
+13
*
Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.
Tim Graham
2013-07-09
1
-1
/
+1
*
Fixed #9595 -- Allow non-expiring cache timeouts.
Jacob Burch
2013-05-18
1
-6
/
+16
*
Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOL
Bas Peschier
2013-02-24
1
-0
/
+7
*
Removed django.core.cache.backends.memcached.CacheClass.
Aymeric Augustin
2012-12-29
1
-17
/
+0
*
Fixed #14315 -- Made memcached backend handle negative incr/decr values
Claude Paroz
2012-11-06
1
-0
/
+6
[next]