Skip to content

Commit 22d5309

Browse files
author
Kyle Roux
committed
v0.9.20
1 parent 850f9cd commit 22d5309

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

flask_xxl/baseviews.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ def get_form_data(self):
152152
def get_env(self):
153153
from flask import current_app
154154
return current_app.create_jinja_environment()
155+
156+
@property
157+
def flasher(self):
158+
return self._flasher
155159

156160

157161
class ModelView(BaseView):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0,9,19'
1+
VERSION = '0,9,20'
22
import os
33
from setuptools import setup, find_packages,findall
44
from glob import glob

0 commit comments

Comments
 (0)