diff options
| author | Derrick Jackson <derrick_jackson@saa.senate.gov> | 2017-05-10 11:29:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-31 14:52:40 -0400 |
| commit | 789c290150a0a5e7312e152df281dbcaf4ec174e (patch) | |
| tree | 8c1086d41f6c8761476f4f9a8aa7717ef7e45f4c /docs | |
| parent | 2ec56bb78237ebf58494d7a7f3262482399f0be6 (diff) | |
Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt index a01ecc3342..fa23f1ddf0 100644 --- a/docs/releases/1.11.2.txt +++ b/docs/releases/1.11.2.txt @@ -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`). |
