summaryrefslogtreecommitdiff
path: root/django/core/files/move.py
AgeCommit message (Expand)Author
2009-04-05Fixed #8900: Added errno=13 (permission denied) to the class of ignored OSErr...Karen Tracey
2008-08-29Fixed #8673: fixed a missing import in `django.core.files.move`.Jacob Kaplan-Moss
2008-08-23Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edgeMalcolm Tredinnick
2008-08-11Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss