Updated upgrade docs

This commit is contained in:
Armin Ronacher 2016-09-11 21:28:30 +03:00
parent 1f0ca894a2
commit 11f3a3f6dd

View file

@ -54,8 +54,8 @@ misleading ``name`` attribute. Silently swallowing errors in such cases was not
a satisfying solution.
Additionally the default of falling back to ``application/octet-stream`` has
been removed. If Flask can't guess one or the user didn't provide one, the
function fails.
been restricted. If Flask can't guess one or the user didn't provide one, the
function fails if no filename information was provided.
.. _upgrading-to-011: