diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 1fe2b25ecf..5cd2570552 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -415,6 +415,14 @@ Email * The SMTP :class:`~django.core.mail.backends.smtp.EmailBackend` now accepts a :attr:`~django.core.mail.backends.smtp.EmailBackend.timeout` parameter. +File Storage +^^^^^^^^^^^^ + +* File locking on Windows previously depended on the PyWin32 package; if it + wasn't installed, file locking failed silently. That dependency has been + removed, and file locking is now implemented natively on both Windows + and Unix. + File Uploads ^^^^^^^^^^^^ |
