diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-09-11 11:48:40 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-09-15 10:21:26 +0200 |
| commit | 7be6a6a4d665061e8bc6a741b16ff92353f5d19e (patch) | |
| tree | 17cc2865a3ac51094a78e9b4588d950fc0a19e0b /docs | |
| parent | 580a4341cb0b4cbfc215a70afc004875a7e815f4 (diff) | |
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock() on POSIX systems.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 30cc6a401a..e77785f8e2 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -504,6 +504,10 @@ Miscellaneous distinguishes inherited field instances across models. Additionally, the ordering of such fields is now defined. +* The undocumented ``django.core.files.locks.lock()`` function now returns + ``False`` if the file cannot be locked, instead of raising + :exc:`BlockingIOError`. + .. _deprecated-features-3.2: Features deprecated in 3.2 |
