From 98ef3829e96ebc73d4d446f92465e671ff520d2b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 31 Oct 2018 19:25:53 -0400 Subject: Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to create the same directory. Regression in 632c4ffd9cb1da273303bcd8005fff216506c795. --- docs/releases/2.1.3.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.3.txt b/docs/releases/2.1.3.txt index 72ec3e4a32..f4f33803bb 100644 --- a/docs/releases/2.1.3.txt +++ b/docs/releases/2.1.3.txt @@ -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`). -- cgit v1.3