Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
565f9e43
Commit
565f9e43
authored
Dec 21, 2015
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped version to 1.4.0
parent
e56fe6ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
__init__.py
flask_admin/__init__.py
+2
-2
fileadmin.py
flask_admin/contrib/fileadmin.py
+0
-1
No files found.
flask_admin/__init__.py
View file @
565f9e43
__version__
=
'1.
3
.0'
__version__
=
'1.
4
.0'
__author__
=
'
Serge S. Koval
'
__author__
=
'
Flask-Admin team
'
__email__
=
'serge.koval+github@gmail.com'
__email__
=
'serge.koval+github@gmail.com'
...
...
flask_admin/contrib/fileadmin.py
View file @
565f9e43
...
@@ -20,7 +20,6 @@ from flask_admin.babel import gettext, lazy_gettext
...
@@ -20,7 +20,6 @@ from flask_admin.babel import gettext, lazy_gettext
class
LocalFileStorage
(
object
):
class
LocalFileStorage
(
object
):
def
__init__
(
self
,
base_path
):
def
__init__
(
self
,
base_path
):
self
.
base_path
=
as_unicode
(
base_path
)
self
.
base_path
=
as_unicode
(
base_path
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment