e2efc8965e
This patch is two-fold; first it ensure that Django does close everything in request.FILES at the end of the request and secondly the storage system should no longer close any files during save, it's up to the caller to handle that -- or let Django close the files at the end of the request. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py | ||
urls.py |