diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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`). |
