summaryrefslogtreecommitdiff
path: root/django/core/cache
AgeCommit message (Expand)Author
2013-09-27[1.6.x] Fixed an ImportError in `django.core.cache.backends.db`Javed Khan
2013-09-26[1.6.x] Fixed #21146 - DatabaseCache converts expires to python valueMichael Manfre
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-07-09[1.6.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.Tim Graham
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-03-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-11Fixed #11569 -- Wrapped DatabaseCache._base_set in an atomic block.Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski
2013-02-24Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOLBas Peschier
2013-02-24Fixed #19896 -- Committed after clearing cache in the database.George Song
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-12-29Removed django.core.cache.backends.memcached.CacheClass.Aymeric Augustin
2012-11-11Tweaked cache key creation to avoid strict typing.Aymeric Augustin
2012-11-11Merge pull request #218 from mgrouchy/ticket_18582Aymeric Augustin
2012-11-10Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3Anssi Kääriäinen
2012-11-10Removed an impossible code path in cache functionClaude Paroz
2012-11-06Fixed #14315 -- Made memcached backend handle negative incr/decr valuesClaude Paroz
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-18[py3] Fixed cache tests.Aymeric Augustin
2012-08-15[py3] Fixed more encoding issues in cache testsClaude Paroz
2012-08-15Fixed #18770 -- memcached cache backend expects byte strings as keysClaude Paroz
2012-08-14[py3] Avoided the deprecated base64 interface.Aymeric Augustin
2012-08-13[py3] Fixed encoding issues in cache key generationClaude Paroz
2012-08-12[py3] Encoded value before feeding it to hashlib.md5Claude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-18BaseCache now has a no-op close method as per ticket #18582Mike Grouchy
2012-07-05Fixed #18330 - Made cache culling 3rd party db backend friendlyAnssi Kääriäinen
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...Claude Paroz
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-02-09Fixed #17286 -- Made sure all cache backends are set up to connect to the sig...Jannis Leidel
2011-11-27Clean up the the locmem cache backend and utils.synch by using context manage...Alex Gaynor
2011-11-26Fixed #17287 -- Prevented LocMemCache.incr/decr from changing key expiry time...Carl Meyer
2011-11-21Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibilit...Paul McMillan
2011-11-20Made the database cache backend, which bypasses the ORM, compatible with time...Aymeric Augustin
2011-09-10Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity wi...Alex Gaynor
2011-09-09Fixed a bunch of imports of the email stdlib module now that we are on Python...Jannis Leidel
2011-08-21Fixed #16481 -- Adapted one raw SQL query in cull immplementation of the data...Ramiro Morales
2011-07-29Fixed #16533 -- Stopped the memcache cache backend from raising an exception ...Jannis Leidel