flask/flask
EtiennePelletier af3c24c7df
Make jinja_options a dict rather than ImmutaleDict
This allows changing jinja environment options from the flask app:
>>> app.jinja_options['undefined'] = jinja2.ChainableUndefined
2019-05-18 05:31:55 -07:00
..
json Merge branch '1.0.x' 2019-05-17 11:13:08 -07:00
__init__.py release version 1.0.3 2019-05-17 10:57:51 -07:00
__main__.py Reformat with black 2019-05-06 16:28:58 -04:00
_compat.py Reformat with black 2019-05-06 16:28:58 -04:00
app.py Make jinja_options a dict rather than ImmutaleDict 2019-05-18 05:31:55 -07:00
blueprints.py Merge branch '1.0.x' 2019-05-17 11:13:08 -07:00
cli.py Merge branch '1.0.x' 2019-05-17 11:13:08 -07:00
config.py Reformat with black 2019-05-06 16:28:58 -04:00
ctx.py Merge branch '1.0.x' 2019-05-16 12:18:36 -07:00
debughelpers.py Reformat with black 2019-05-06 16:28:58 -04:00
globals.py Reformat with black 2019-05-06 16:28:58 -04:00
helpers.py clean up open_resource and tests 2019-05-17 13:23:27 -07:00
logging.py Reformat with black 2019-05-06 16:28:58 -04:00
sessions.py Reformat with black 2019-05-06 16:28:58 -04:00
signals.py Reformat with black 2019-05-06 16:28:58 -04:00
templating.py Reformat with black 2019-05-06 16:28:58 -04:00
testing.py Merge branch '1.0.x' 2019-05-17 11:13:08 -07:00
views.py Inherit "methods" in MethodView 2019-05-17 13:57:06 -07:00
wrappers.py Reformat with black 2019-05-06 16:28:58 -04:00