forked from orbit-oss/flask
restore and deprecate json_available
This commit is contained in:
parent
1b4ace9ba5
commit
1617202d91
4 changed files with 54 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue