index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
files
/
move.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-04-07
Fixed #36298 -- Truncated the overwritten file content in file_move_safe().
Sarah Boyce
2024-03-24
Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing ...
Ben Cail
2024-03-21
Fixed #35320 -- Removed unnecessary django.core.files.move._samefile() hook.
Ben Cail
2022-10-24
Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.
Yuri Konotopov
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-05-31
Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.
Derrick Jackson
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-24
Removed shutil.copystat copied from stdlib (added to support an old Python?).
Tim Graham
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-06-20
Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...
Russell Keith-Magee
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2012-08-18
[py3] Fixed slow path through file_move_safe
Karen Tracey
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2009-04-05
Fixed #8900: Added errno=13 (permission denied) to the class of ignored OSErr...
Karen Tracey
2008-08-29
Fixed #8673: fixed a missing import in `django.core.files.move`.
Jacob Kaplan-Moss
2008-08-23
Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edge
Malcolm Tredinnick
2008-08-11
Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...
Jacob Kaplan-Moss
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss