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
/
backends
/
db.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-09-07
Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.
Nick Pope
2021-09-07
Refs #33060 -- Ensured cache backends validate keys.
Nick Pope
2021-05-26
Fixed #32772 -- Made database cache count size once per set.
Michael Lissner
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-05
Fixed #32705 -- Prevented database cache backend from checking .rowcount on c...
ecogels
2020-06-22
Fixed #31728 -- Fixed cache culling when no key is found for deletion.
Guillermo Bonvehí
2019-11-14
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
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-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
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
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-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-10
Fixed #23625 -- Removed CacheClass shim
Jaap Roes
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-01
Fixed #21147 -- Avoided time.time precision issue with cache backends.
Michael Manfre
2013-09-26
Fixed #21146 - DatabaseCache converts expires to python value
Michael Manfre
2013-05-18
Fixed #9595 -- Allow non-expiring cache timeouts.
Jacob Burch
2013-03-13
Made atomic usable when autocommit is off.
Aymeric Augustin
2013-03-11
Fixed #11569 -- Wrapped DatabaseCache._base_set in an atomic block.
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-02-24
Fixed #19896 -- Committed after clearing cache in the database.
George Song
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-11-10
Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3
Anssi Kääriäinen
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-18
[py3] Fixed cache tests.
Aymeric Augustin
2012-08-15
[py3] Fixed more encoding issues in cache tests
Claude Paroz
2012-08-14
[py3] Avoided the deprecated base64 interface.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-05
Fixed #18330 - Made cache culling 3rd party db backend friendly
Anssi Kääriäinen
2011-11-21
Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibilit...
Paul McMillan
[next]