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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
1
-1
/
+1
*
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-18
2
-2
/
+2
*
Fixed #34212 -- Made RedisCacheClient.incr() use write connection.
Leo
2022-12-16
1
-1
/
+1
*
Fixed #34209 -- Prevented FileBasedCache.has_key() crash caused by a race con...
Marti Raudsepp
2022-12-13
1
-2
/
+3
*
Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty...
Christos Kopanos
2022-07-06
1
-0
/
+4
*
Used list comprehensions in RedisCache.delete_many().
Christos Kopanos
2022-07-06
1
-4
/
+1
*
Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
Mariusz Felisiak
2022-05-16
1
-2
/
+2
*
Made closing in connection handlers more DRY.
Nick Pope
2022-05-12
1
-2
/
+1
*
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-24
1
-5
/
+5
*
Prevented initialization of unused database connections.
Florian Apolloner
2022-03-17
1
-8
/
+0
*
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
7
-123
/
+193
*
Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer.
Adam Johnson
2022-01-13
1
-8
/
+7
*
Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Jeremy Lainé
2021-12-14
1
-1
/
+7
*
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-12-09
1
-4
/
+10
*
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-10-12
2
-5
/
+7
*
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
Mariusz Felisiak
2021-09-20
1
-40
/
+0
*
Fixed #33012 -- Added Redis cache backend.
Daniyal
2021-09-14
1
-0
/
+224
*
Fixed #32076 -- Added async methods to BaseCache.
Andrew-Chen-Wang
2021-09-07
1
-0
/
+87
*
Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.
Nick Pope
2021-09-07
6
-84
/
+49
*
Refs #33060 -- Ensured cache backends validate keys.
Nick Pope
2021-09-07
1
-4
/
+7
*
Refs #33060 -- Added .make_key() in .touch() for dummy cache backend.
Nick Pope
2021-09-03
1
-0
/
+1
*
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 #32772 -- Made database cache count size once per set.
Michael Lissner
2021-05-26
1
-6
/
+6
*
Fixed #32747 -- Prevented initialization of unused caches.
Mariusz Felisiak
2021-05-18
1
-1
/
+8
*
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
1
-8
/
+3
*
Fixed #32705 -- Prevented database cache backend from checking .rowcount on c...
ecogels
2021-05-05
1
-1
/
+1
*
Fixed #29867 -- Added support for storing None value in caches.
Nick Pope
2020-12-17
2
-15
/
+20
*
Fixed typo in django/core/cache/backends/base.py docstring.
Abhishek Ghaskata
2020-12-15
1
-1
/
+1
*
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-09
2
-3
/
+9
*
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-12-08
1
-56
/
+9
*
Refs #21012 -- Removed unnecessary _create_cache() hook.
Florian Apolloner
2020-12-07
1
-27
/
+10
*
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 CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...
Mariusz Felisiak
2020-09-01
1
-1
/
+7
*
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
Nick Pope
2020-08-24
2
-1
/
+9
*
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 #31728 -- Fixed cache culling when no key is found for deletion.
Guillermo Bonvehí
2020-06-22
1
-3
/
+6
*
Fixed #31654 -- Fixed cache key validation messages.
Mariusz Felisiak
2020-06-05
1
-1
/
+1
*
Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.
Dan Palmer
2020-06-03
3
-15
/
+39
*
Fixed #31253 -- Fixed data loss possibility when using caching from async code.
Jon Dufresne
2020-02-11
1
-2
/
+2
*
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-11-14
6
-9
/
+22
*
Fixed #30772 -- Optimized make_template_fragment_key().
Daniel Fairhead
2019-09-18
1
-6
/
+6
*
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-24
1
-2
/
+1
*
Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...
Jakub Szafrański
2019-02-14
1
-4
/
+11
*
Simplified FileBasedCache.clear().
Jon Dufresne
2019-02-08
1
-7
/
+4
[next]