mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.
This commit is contained in:
committed by
Tim Graham
parent
2ec56bb782
commit
789c290150
@@ -54,3 +54,6 @@ Bugfixes
|
||||
|
||||
* Made date-based generic views return a 404 rather than crash when given an
|
||||
out of range date (:ticket:`28209`).
|
||||
|
||||
* Fixed a regression where ``file_move_safe()`` crashed when moving files to a
|
||||
CIFS mount (:ticket:`28170`).
|
||||
|
||||
Reference in New Issue
Block a user