summaryrefslogtreecommitdiff
path: root/django/utils/synch.py
AgeCommit message (Expand)Author
2007-04-25Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick
2006-07-07Fixed #2258 -- Accounted for the case of a missing threading library in djang...Adrian Holovaty
2005-09-25Added "locmem" and "file" cache backends. "locmem" is a thread-safe local-me...Jacob Kaplan-Moss