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
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
2011-11-20
Made the database cache backend, which bypasses the ORM, compatible with time...
Aymeric Augustin
2011-09-09
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-08-21
Fixed #16481 -- Adapted one raw SQL query in cull immplementation of the data...
Ramiro Morales
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-11-19
Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...
Russell Keith-Magee
2010-11-02
Fixed #14596 -- Light refactoring of the cache backends.
Russell Keith-Magee
2010-09-12
Add warning when using cache keys that might not work with memcached.
Malcolm Tredinnick
2010-08-31
Fixed #14199 -- Added a missing table creation statement in the db cache back...
Russell Keith-Magee
2010-08-05
Fixed #13946 -- Modified the database cache backend to use the database route...
Russell Keith-Magee
2010-02-11
Fixed #11483 -- Modified db cache backend to use db backend functions for dat...
Russell Keith-Magee
2010-02-11
Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F...
Russell Keith-Magee
2010-02-11
Fixed #12189 -- Corrected rollback behavior in database cache backend. Thanks...
Russell Keith-Magee
2010-01-27
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...
Russell Keith-Magee
2009-03-13
Fixed #10488: fixed DB cache backend test failures in Oracle.
Ian Kelly
[next]