summaryrefslogtreecommitdiff
path: root/django/core/files/move.py
AgeCommit message (Expand)Author
2012-08-18[py3] Fixed slow path through file_move_safeKaren Tracey
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
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