Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/cache
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch2013-05-186-36/+53
* Made atomic usable when autocommit is off.Aymeric Augustin2013-03-131-1/+1
* Fixed #11569 -- Wrapped DatabaseCache._base_set in an ato...Aymeric Augustin2013-03-111-14/+15
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-6/+1
* Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski2013-02-241-0/+15
* Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PR...Bas Peschier2013-02-241-0/+7
* Fixed #19896 -- Committed after clearing cache in the dat...George Song2013-02-241-0/+1
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-1/+1
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-042-13/+10
* Removed django.core.cache.backends.memcached.CacheClass.Aymeric Augustin2012-12-291-17/+0
* Tweaked cache key creation to avoid strict typing.Aymeric Augustin2012-11-111-1/+2
* Merge pull request #218 from mgrouchy/ticket_18582Aymeric Augustin2012-11-112-5/+12
|\
| * BaseCache now has a no-op close method as per ticket #18582Mike Grouchy2012-07-182-5/+12
* | Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3Anssi Kääriäinen2012-11-101-4/+8
* | Removed an impossible code path in cache functionClaude Paroz2012-11-101-2/+0
* | Fixed #14315 -- Made memcached backend handle negative in...Claude Paroz2012-11-061-0/+6
* | Removed many uses of bare "except:", which were either go...Alex Gaynor2012-09-071-1/+1
* | Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-2/+2
* | Replaced many smart_bytes by force_bytesClaude Paroz2012-08-292-4/+4
* | [py3] Fixed cache tests.Aymeric Augustin2012-08-181-1/+1
* | [py3] Fixed more encoding issues in cache testsClaude Paroz2012-08-151-1/+2
* | Fixed #18770 -- memcached cache backend expects byte stri...Claude Paroz2012-08-151-0/+5
* | [py3] Avoided the deprecated base64 interface.Aymeric Augustin2012-08-141-2/+2
* | [py3] Fixed encoding issues in cache key generationClaude Paroz2012-08-131-3/+3
* | [py3] Encoded value before feeding it to hashlib.md5Claude Paroz2012-08-121-1/+2
* | [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* | [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-223-3/+3
* | [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-1/+4
* | [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+3
|/
* Fixed #18330 - Made cache culling 3rd party db backend fr...Anssi Kääriäinen2012-07-051-11/+3
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-18/+9
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-1/+1
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #18220 -- Removed the CACHE_BACKEND setting, as per...Claude Paroz2012-04-291-36/+0
* Fixed #18029 -- Removed mod_python as of deprecation proc...Claude Paroz2012-03-311-6/+2
* Fixed #17965 -- Definitely dropped support for Python 2.5...Claude Paroz2012-03-311-6/+1
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-2/+0
* Fixed #17286 -- Made sure all cache backends are set up t...Jannis Leidel2012-02-091-6/+7
* Clean up the the locmem cache backend and utils.synch by ...Alex Gaynor2011-11-271-40/+20
* Fixed #17287 -- Prevented LocMemCache.incr/decr from chan...Carl Meyer2011-11-261-0/+16
* Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for...Paul McMillan2011-11-212-4/+8
* Made the database cache backend, which bypasses the ORM, ...Aymeric Augustin2011-11-201-15/+52
* Fixed #16162. Added timeout arg to `DummyCache.set_many`,...Alex Gaynor2011-09-101-1/+1
* Fixed a bunch of imports of the email stdlib module now t...Jannis Leidel2011-09-091-1/+1
* Fixed #16481 -- Adapted one raw SQL query in cull immplem...Ramiro Morales2011-08-211-1/+7
* Fixed #16533 -- Stopped the memcache cache backend from r...Jannis Leidel2011-07-291-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-133-6/+7
* Fixed #16410 -- Fixed get_cache to behave gracefully when...Jannis Leidel2011-07-051-3/+3
* Fixed #16155 -- Removed Python 2.4 compatibility construc...Ramiro Morales2011-06-091-2/+1
* Added missing warnings importRussell Keith-Magee2011-04-021-0/+1