Create json_dumps() method on new EnvironBuilder

This commit is contained in:
Daniel Pope 2019-05-31 17:37:18 +01:00
parent 4d595a74a2
commit 39df2b7dc3
3 changed files with 11 additions and 14 deletions

View file

@ -66,6 +66,8 @@ Unreleased
ensuring nested contexts are cleaned up correctly. :pr:`3157`
- Show a better error message when the view return type is not
supported. :issue:`3214`
- ``flask.testing.make_test_environ_builder()`` has been deprecated in
favour of a new class ``flask.testing.EnvironBuilder``. :pr:`3232`
.. _#2935: https://github.com/pallets/flask/issues/2935
.. _#2957: https://github.com/pallets/flask/issues/2957