summaryrefslogtreecommitdiff
path: root/django/core/files/locks.py
AgeCommit message (Expand)Author
2012-05-05Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2008-08-28Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On someMalcolm Tredinnick
2008-08-11Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss