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
7165a0a4
Commit
7165a0a4
authored
Oct 26, 2020
by
Serge Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump
parent
becc7834
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
changelog.rst
doc/changelog.rst
+7
-0
__init__.py
flask_admin/__init__.py
+1
-1
test_basic.py
flask_admin/tests/peeweemodel/test_basic.py
+2
-2
No files found.
doc/changelog.rst
View file @
7165a0a4
Changelog
=========
1.5.7
-----
* Bootstrap 4 support!
* Added hook for custom SQLAlchemy models initializers
* SQLAlchemy 1.4/2.0 compatibility fix
1.5.6
-----
...
...
flask_admin/__init__.py
View file @
7165a0a4
__version__
=
'1.5.
6
'
__version__
=
'1.5.
7
'
__author__
=
'Flask-Admin team'
__email__
=
'serge.koval+github@gmail.com'
...
...
flask_admin/tests/peeweemodel/test_basic.py
View file @
7165a0a4
...
...
@@ -1028,8 +1028,8 @@ def test_ajax_fk():
ok_
(
u'value=""'
not
in
form
.
model1
())
form
.
model1
.
data
=
model
needle
=
u'data-json="[
%
s, "first"]"'
%
as_unicode
(
model
.
id
)
ok_
(
needle
in
form
.
model1
(
))
ok_
(
u'data-json="[
%
s, "first"]"'
%
as_unicode
(
model
.
id
)
in
form
.
model1
()
or
u'data-json="[
%
s, "first"]"'
%
as_unicode
(
model
.
id
))
ok_
(
u'value="
%
s"'
%
as_unicode
(
model
.
id
)
in
form
.
model1
())
# Check querying
...
...
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