- 01 May, 2015 1 commit
-
-
jnga authored
Upon adding a filter for a string field, 'equals' is the default selected operator. The broader option, 'contains', is more like the searches people typically do on web site and operating system search boxes. Being broader, contains is more generally useful for string fields than equals. This change places contains first in the list so it is the default choice, preventing the user from having to select it. The change applies to all three data engines (MongoEngine, Peewee, and SQLAlchemy).
-
- 28 Apr, 2015 5 commits
-
-
Serge S. Koval authored
Revert 860 ks mapbox v4
-
Nitish Rathi authored
-
Nitish Rathi authored
-
Petrus Janse van Rensburg authored
control inline model row control display
-
Serge S. Koval authored
Give users the option to use mapbox v4
-
- 27 Apr, 2015 1 commit
-
-
Kurt Spindler authored
-
- 24 Apr, 2015 3 commits
-
-
Paul Brown authored
Updated references in doc from MrJoes (user) to flask-admin (org)
-
Massimo Santini authored
-
Nitish Rathi authored
Currently, although the render_inline_fields macro takes an optional check parameter, it's not passed from the default inline_field_list templates, forcing applications to override the template just to control the parameter.
-
- 23 Apr, 2015 7 commits
-
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
Keep existing 'column-header' class while adding new 'col-<column_name>' classes to columns in list view.
-
Petrus J.v.Rensburg authored
Merge branch 'upstream-column-classes' of https://github.com/Code4SA/flask-admin into Code4SA-upstream-column-classes
-
Serge S. Koval authored
Move translations to Crowdin
-
Paul Brown authored
-
Paul Brown authored
-
- 21 Apr, 2015 11 commits
-
-
Serge S. Koval authored
Update link to Travis CI test result image.
-
Petrus J.v.Rensburg authored
-
Serge S. Koval authored
Fix tests
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
Avoid issue with latest pymongo version (see: https://github.com/MongoEngine/mongoengine/issues/950).
-
Petrus J.v.Rensburg authored
-
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
-