- 21 Apr, 2015 5 commits
-
-
Petrus J.v.Rensburg authored
-
git://github.com/kwikiel/flask-adminPetrus J.v.Rensburg authored
Merge branch 'kwikiel-typo-fix' of git://github.com/kwikiel/flask-admin into kwikiel-kwikiel-typo-fix
-
Petrus J.v.Rensburg authored
-
Serge S. Koval authored
lazy import helpers to prevent circular imports
-
Cosmia Luna authored
-
- 16 Apr, 2015 6 commits
-
-
Serge S. Koval authored
Warn on multi-column field in form. fixes #575
-
Nitish Rathi authored
Simply warning doesn't actually fix any problem, but replaces the earlier TypeError with another TypeError. So, continue in case of a multi-column field to skip it.
-
Nitish Rathi authored
-
Serge S. Koval authored
warn on multi-column properties - fixes #575
-
Nitish Rathi authored
Show warning instead of raising on multiple-column properties
-
Serge S. Koval authored
Add italian
-
- 13 Apr, 2015 1 commit
-
-
Kacper Wikieł authored
No colon after function definition
-
- 12 Apr, 2015 3 commits
-
-
Manuel Bua authored
-
Manuel Bua authored
-
Manuel Bua authored
-
- 10 Apr, 2015 1 commit
-
-
Serge S. Koval authored
-
- 04 Apr, 2015 1 commit
-
-
Serge S. Koval authored
Font Awesome support for Flask Admin
-
- 30 Mar, 2015 5 commits
-
-
Serge S. Koval authored
Always show flashed messages.
-
Serge S. Koval authored
Fix display of form errors for bootstrap 3.
-
Greg Kempe authored
-
Greg Kempe authored
Don't hide flashed messages when redirecting back to list view. It leaves the user confused as to whether the operation was successful or not.
-
Serge S. Koval authored
Change Submit button text to Save
-
- 29 Mar, 2015 1 commit
-
-
Greg Kempe authored
This makes it clearer what the button actually does, particularly when there is a 'Save and Continue' button alongside it. "Submit" doesn't tell the user what's going to happen when they click the button, only that it submits the form.
-
- 26 Mar, 2015 8 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Catch import error on AppEngine.
-
Bradley Griffiths authored
pkg_resources is unavailable in the AppEngine SDK.
-
Gustaf Lindqvist authored
-
Gustaf Lindqvist authored
-
- 25 Mar, 2015 2 commits
-
-
Serge S. Koval authored
layout example: resolve_ctx should be called
-
Alexander Solovyov authored
Without that edit/create can break when using rules
-
- 23 Mar, 2015 1 commit
-
-
Serge S. Koval authored
Add python 3.4 to travis matrix
-
- 22 Mar, 2015 2 commits
-
-
Serge S. Koval authored
add menu item settings for FileAdmin
-
Rui Fu authored
-
- 19 Mar, 2015 2 commits
-
-
Serge S. Koval authored
Enabled use of BaseFilter instances on SQLA model views
-
Yuri Shakalov authored
-
- 17 Mar, 2015 1 commit
-
-
Serge S. Koval authored
remove not-visible fields from forms
-
- 16 Mar, 2015 1 commit
-
-
Pete Richards authored
-