before_render_template signal

This commit is contained in:
Alexander Pantyukhin 2015-03-23 08:09:21 +00:00 committed by Markus Unterwaditzer
parent cb9f645081
commit d53d5c732b
4 changed files with 29 additions and 3 deletions

View file

@ -34,7 +34,7 @@ from .templating import render_template, render_template_string
from .signals import signals_available, template_rendered, request_started, \
request_finished, got_request_exception, request_tearing_down, \
appcontext_tearing_down, appcontext_pushed, \
appcontext_popped, message_flashed
appcontext_popped, message_flashed, before_render_template
# We're not exposing the actual json module but a convenient wrapper around
# it.