Remove redundant cache flag

This commit is contained in:
Adam Byrtek 2015-04-02 01:13:48 +01:00 committed by Markus Unterwaditzer
parent c9ef500c5c
commit 23de58682c
2 changed files with 11 additions and 3 deletions

View file

@ -353,3 +353,11 @@ independently of the session backend used::
Note that in this case you have to use the ``sess`` object instead of the
:data:`flask.session` proxy. The object however itself will provide the
same interface.
Testing JSON APIs
-----------------
.. versionadded:: 1.0
Flask has comprehensive