google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Django file uploads changes break GalleryUpload #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update to latest Django revision
2. Upload a zip file

What is the expected output? What do you see instead?
Django crashes.

Please use labels and text to provide additional information.
It looks like the recent file upload work has broken GalleryUploads.

Original issue reported on code.google.com by justin.d...@gmail.com on 3 Jul 2008 at 7:13

GoogleCodeExporter commented 9 years ago
This is a Django issue but it may be a windows only thing. I've filed a ticket 
and
submitted a patch to correct this. Basically the temporary file Django creates 
when
it streams uploads is not being closed so the process fails when it tries to 
delete
an open file.

http://code.djangoproject.com/ticket/7658

Original comment by justin.d...@gmail.com on 7 Jul 2008 at 1:46

GoogleCodeExporter commented 9 years ago
Closing this. It should be fixed by Django 1.0.

Original comment by justin.d...@gmail.com on 22 Jul 2008 at 12:34