1
0
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:
Derrick Jackson
2017-05-10 11:29:12 -04:00
committed by Tim Graham
parent 2ec56bb782
commit 789c290150
3 changed files with 38 additions and 1 deletions

View File

@@ -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`).