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
2020-08-24
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
Nick Pope
2020-08-20
Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.
Nick Pope
2020-08-20
Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...
Nick Pope
2020-06-22
Fixed #31728 -- Fixed cache culling when no key is found for deletion.
Guillermo Bonvehí
2020-06-05
Fixed #31654 -- Fixed cache key validation messages.
Mariusz Felisiak
2020-06-03
Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.
Dan Palmer
2020-02-11
Fixed #31253 -- Fixed data loss possibility when using caching from async code.
Jon Dufresne
2019-11-14
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-09-18
Fixed #30772 -- Optimized make_template_fragment_key().
Daniel Fairhead
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-02-14
Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...
Jakub Szafrański
2019-02-08
Simplified FileBasedCache.clear().
Jon Dufresne
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-17
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2018-08-17
Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_man...
oliver
2018-07-09
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...
Simon Charette
2018-07-09
Refs #27480 -- Moved FileBasedCache content writing logic to a method.
Simon Charette
2018-07-09
Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.
Christian Barcenas
2018-05-28
Added 'caches' to django.core.cache.__all__.
Wang Dongxiao
2018-04-27
Fixed #27480 -- Added cache.touch().
Nicolas Noé
2018-03-13
Quoted field names in cache db backend SQL.
Hajime Nakagami
2018-02-02
Refs #27795 -- Replaced force_bytes() usage in django.core.cache.
Jon Dufresne
2018-01-24
Fixed #28977 -- Changed local-memory cache to use LRU culling.
Grant Jenks
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-10-31
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
Adam Johnson
2017-10-30
Refs #27318 -- Made DummyCache.set_many() return a list for consistency with ...
Adam Johnson
2017-10-10
Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is ...
Daniel Tao
2017-09-22
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-06
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
Olivier Tabone
2017-09-05
Used dict comprehensions in BaseMemcachedCache.get_many() and set_many() for ...
Sergey Fedoseev
2017-09-03
Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file...
caleb logan
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-14
Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
[prev]
[next]