mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to create the same directory.
Regression in 632c4ffd9c
.
This commit is contained in:
parent
3d4d0a25b2
commit
98ef3829e9
3 changed files with 10 additions and 6 deletions
|
@ -20,3 +20,7 @@ Bugfixes
|
|||
|
||||
* Fixed a regression where cached foreign keys that use ``to_field`` were
|
||||
incorrectly cleared in ``Model.save()`` (:ticket:`29896`).
|
||||
|
||||
* Fixed a regression in Django 2.0 where ``FileSystemStorage`` crashes with
|
||||
``FileExistsError`` if concurrent saves try to create the same directory
|
||||
(:ticket:`29890`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue