Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On some
commit81105f099987cd1fc576bd7b2eb683d9172f5321
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Thu, 28 Aug 2008 19:28:45 +0000 (28 19:28 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Thu, 28 Aug 2008 19:28:45 +0000 (28 19:28 +0000)
tree39a6f85139112280720846bf7216dfa732824564
parent1dc937aa8b0d4a856952ba3c35cfd267f51ea99d
Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On some
systems, this will ensure fnctl-based file locking is always used, which means
locking of NFS-mounted files should work.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/core/files/locks.py