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
4008109a
Commit
4008109a
authored
Oct 29, 2013
by
Petrus J.v.Rensburg
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into docs
parents
3fe20103
532be52b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
227 additions
and
127 deletions
+227
-127
fields.py
flask_admin/model/fields.py
+1
-1
admin.mo
flask_admin/translations/zh_CN/LC_MESSAGES/admin.mo
+0
-0
admin.po
flask_admin/translations/zh_CN/LC_MESSAGES/admin.po
+226
-126
No files found.
flask_admin/model/fields.py
View file @
4008109a
...
@@ -76,7 +76,7 @@ class InlineFieldList(FieldList):
...
@@ -76,7 +76,7 @@ class InlineFieldList(FieldList):
_fake
=
type
(
str
(
'_fake'
),
(
object
,
),
{})
_fake
=
type
(
str
(
'_fake'
),
(
object
,
),
{})
output
=
[]
output
=
[]
for
field
,
data
in
itertools
.
i
zip
(
self
.
entries
,
candidates
):
for
field
,
data
in
zip
(
self
.
entries
,
candidates
):
if
not
self
.
should_delete
(
field
):
if
not
self
.
should_delete
(
field
):
fake_obj
=
_fake
()
fake_obj
=
_fake
()
fake_obj
.
data
=
data
fake_obj
.
data
=
data
...
...
flask_admin/translations/zh_CN/LC_MESSAGES/admin.mo
View file @
4008109a
No preview for this file type
flask_admin/translations/zh_CN/LC_MESSAGES/admin.po
View file @
4008109a
This diff is collapsed.
Click to expand it.
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