1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00
Kevin Christopher Henry 6fe26bd3ee Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypes
There wasn't any file locking under Windows unless PyWin32 was
installed. This removes that (undocumented) dependency by using ctypes
instead.

Thanks to Anatoly Techtonik for writing the ctypes port upon which this
is based.
2014-02-08 15:52:06 -05:00
..
2013-11-07 09:42:25 -05:00
2013-11-09 10:17:17 -05:00