We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850f9cd commit 22d5309Copy full SHA for 22d5309
flask_xxl/baseviews.py
@@ -152,6 +152,10 @@ def get_form_data(self):
152
def get_env(self):
153
from flask import current_app
154
return current_app.create_jinja_environment()
155
+
156
+ @property
157
+ def flasher(self):
158
+ return self._flasher
159
160
161
class ModelView(BaseView):
setup.py
@@ -1,4 +1,4 @@
1
-VERSION = '0,9,19'
+VERSION = '0,9,20'
2
import os
3
from setuptools import setup, find_packages,findall
4
from glob import glob
0 commit comments