summaryrefslogtreecommitdiff
path: root/django/core/files/move.py
AgeCommit message (Expand)Author
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-06-20Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...Russell Keith-Magee
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
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