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
61bc990c
Commit
61bc990c
authored
Mar 27, 2016
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1243 from c-bata/fix-typo
Fix typo
parents
00e1c558
a4774019
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
__init__.py
flask_admin/contrib/fileadmin/__init__.py
+1
-1
base.py
flask_admin/model/base.py
+1
-1
No files found.
flask_admin/contrib/fileadmin/__init__.py
View file @
61bc990c
...
@@ -221,7 +221,7 @@ class BaseFileAdmin(BaseView, ActionsMixin):
...
@@ -221,7 +221,7 @@ class BaseFileAdmin(BaseView, ActionsMixin):
Base form class. Will be used to create the upload, rename, edit, and delete form.
Base form class. Will be used to create the upload, rename, edit, and delete form.
Allows enabling CSRF validation and useful if you want to have custom
Allows enabling CSRF validation and useful if you want to have custom
contructor or override some fields.
con
s
tructor or override some fields.
Example::
Example::
...
...
flask_admin/model/base.py
View file @
61bc990c
...
@@ -501,7 +501,7 @@ class BaseModelView(BaseView, ActionsMixin):
...
@@ -501,7 +501,7 @@ class BaseModelView(BaseView, ActionsMixin):
"""
"""
Base form class. Will be used by form scaffolding function when creating model form.
Base form class. Will be used by form scaffolding function when creating model form.
Useful if you want to have custom contructor or override some fields.
Useful if you want to have custom con
s
tructor or override some fields.
Example::
Example::
...
...
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