Re: race condition on making directories when multiple files are uploaded to the same folder

2018-11-01 Thread Carlton Gibson
Yep. Coming up shortly... On Thursday, 1 November 2018 13:45:20 UTC+1, Tim Graham wrote: > > It's in a regression in Django 2.0 that will be fixed in today's 2.1.3 > release. > https://code.djangoproject.com/ticket/29890 > -- You received this message because you are subscribed to the Google

Re: race condition on making directories when multiple files are uploaded to the same folder

2018-11-01 Thread Tim Graham
It's in a regression in Django 2.0 that will be fixed in today's 2.1.3 release. https://code.djangoproject.com/ticket/29890 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group

race condition on making directories when multiple files are uploaded to the same folder

2018-11-01 Thread Han Hu
My web application posts multiple files (FileField) that is associated with the same item. For each item I make a directory for storing all the related files. However, when frontend sends a sequence of file posts to this model, I run into race condition in the filesystemstorage and have an