Create json_dumps() method on new EnvironBuilder
This commit is contained in:
parent
4d595a74a2
commit
39df2b7dc3
3 changed files with 11 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue