restore and deprecate json_available

This commit is contained in:
David Lord 2019-07-08 10:26:12 -07:00
parent 1b4ace9ba5
commit 1617202d91
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 54 additions and 1 deletions

View file

@ -17,6 +17,7 @@ from werkzeug.exceptions import abort
from werkzeug.utils import redirect
from . import json
from ._compat import json_available
from .app import Flask
from .app import Request
from .app import Response
@ -56,4 +57,4 @@ from .signals import template_rendered
from .templating import render_template
from .templating import render_template_string
__version__ = "1.1.0"
__version__ = "1.1.1.dev"