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
2014-06-16
[1.7.x] Fixed #22845 -- Correctly handled memcached default timeout value.
Vincent-Vega
2014-05-09
[1.7.x] Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry
Malcolm Box
2014-04-23
[1.7.x] Fixed #22495 -- Locmem cache.add() failed with infinite timeouts
Malcolm Box
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-04
Fixed #22085 -- Added a feature for setting non-expiring keys as the default.
zedr
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-11-24
flake8 fixes
Alex Gaynor
2013-11-24
Properly closed cache connections at the end of the request.
Florian Apolloner
2013-11-23
Follow up to e112654fc81ddb3fbffbb8382b004d69367a85fe
Florian Apolloner
2013-11-23
A handful of flake8 fixes
Alex Gaynor
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-07
Fixed a couple flake8 warnings.
Tim Graham
2013-11-07
Fixed #20536 -- rewrite of the file based cache backend
Jaap Roes
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-24
Start attacking E231 violations
Alex Gaynor
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-09-19
Fixed #21125 -- Removed support for cache URI syntax
Curtis Maloney
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-09
Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.
Tim Graham
2013-07-08
A few cleanups to capture the minimum amount of code in try/except blocks.
Alex Gaynor
2013-07-06
Fixed 20613 - moved pickle loads/dumps outside with self._lock.reader()/write...
ersran9
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 #19253 -- Extracted template cache key building logic
Tomek Paczkowski
2013-02-24
Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOL
Bas Peschier
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
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-12-29
Removed django.core.cache.backends.memcached.CacheClass.
Aymeric Augustin
2012-11-11
Tweaked cache key creation to avoid strict typing.
Aymeric Augustin
2012-11-11
Merge pull request #218 from mgrouchy/ticket_18582
Aymeric Augustin
2012-11-10
Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3
Anssi Kääriäinen
2012-11-10
Removed an impossible code path in cache function
Claude Paroz
2012-11-06
Fixed #14315 -- Made memcached backend handle negative incr/decr values
Claude Paroz
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-18
[py3] Fixed cache tests.
Aymeric Augustin
[next]