summaryrefslogtreecommitdiff
path: root/django/utils/synch.py
AgeCommit message (Collapse)Author
2007-04-25Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07Fixed #2258 -- Accounted for the case of a missing threading library in ↵Adrian Holovaty
django.utils.synch. Thanks, scott@clued-in.co.uk git-svn-id: http://code.djangoproject.com/svn/django/trunk@3286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-25Added "locmem" and "file" cache backends. "locmem" is a thread-safe ↵Jacob Kaplan-Moss
local-memory cache, and "file" is a file-based cache. This refs #515; much thanks to Eugene Lazutkin! git-svn-id: http://code.djangoproject.com/svn/django/trunk@686 bcc190cf-cafb-0310-a4f2-bffc1f526a37