update docs about json

This commit is contained in:
David Lord 2022-07-02 21:32:55 -07:00
parent ca2bfbb0ac
commit f8cb0b0dd5
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 31 additions and 23 deletions

View file

@ -65,6 +65,9 @@ Unreleased
``with client`` block. It will be cleaned up when
``response.get_data()`` or ``response.close()`` is called.
- Allow returning a list from a view function, to convert it to a
JSON response like a dict is. :issue:`4672`
Version 2.1.3
-------------