Browse Source

Remove tojson filter

pull/2623/head
Grey Li 7 years ago committed by GitHub
parent
commit
a66644f287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      flask/app.py

1
flask/app.py

@ -723,7 +723,6 @@ class Flask(_PackageBoundObject):
session=session,
g=g
)
rv.filters['tojson'] = json.tojson_filter
return rv
def create_global_jinja_loader(self):

Loading…
Cancel
Save