- 24 Feb, 2015 2 commits
-
-
Serge S. Koval authored
Add AppEngine ModelViews for both DB and NDB.
-
Serge S. Koval authored
Allow searching non-text SQLAlchemy column types
-
- 22 Feb, 2015 4 commits
-
-
Mike Lambert authored
-
Mike Lambert authored
Add AppEngine ModelViews for both DB and NDB. Tested it works on flask_admin running on my local dev_appserver, and works much better than the built-in appengine admin site. More complex features still remain TBD (queries, as well as nested keys, and probably other obscure features)
-
Paul Brown authored
-
Serge S. Koval authored
Less whitespace for menu macro
-
- 18 Feb, 2015 2 commits
-
-
Serge S. Koval authored
Added field id to inline field parent divs
-
Yuri Shakalov authored
-
- 17 Feb, 2015 1 commit
-
-
Serge S. Koval authored
-
- 12 Feb, 2015 1 commit
-
-
Gustaf Lindqvist authored
-
- 11 Feb, 2015 2 commits
-
-
Serge S. Koval authored
Make SQLAlchemy AJAX filters case insensitive
-
Greg Kempe authored
This is much less surprising to the user than case sensitive searches.
-
- 04 Feb, 2015 2 commits
-
-
Serge S. Koval authored
Add documentation for using menu icons
-
Paul Brown authored
-
- 03 Feb, 2015 1 commit
-
-
Serge S. Koval authored
Add documentation for "persistent filter" to get_query
-
- 02 Feb, 2015 1 commit
-
-
Paul Brown authored
This documents the tip in this issue (for only SQLA): https://github.com/mrjoes/flask-admin/issues/169
-
- 28 Jan, 2015 1 commit
-
-
Serge S. Koval authored
Added _search method for mongoengine and pymongo backends for easier override
-
- 27 Jan, 2015 7 commits
-
-
Gustaf Lindqvist authored
-
Serge S. Koval authored
Fix sorting and searching for relation objects
-
Paul Brown authored
-
Serge S. Koval authored
add menu item settings for AdminIndexView
-
Serge S. Koval authored
Fix sorting on related columns
-
Paul Brown authored
-
Paul Brown authored
-
- 26 Jan, 2015 1 commit
-
-
Rui Fu authored
add `menu_class_name`, `menu_icon_type` and `menu_icon_value` for AdminIndexView
-
- 25 Jan, 2015 2 commits
-
-
Serge S. Koval authored
Fix display of initial value in editable list view
-
Paul Brown authored
Currently, the editable list view is not setting the default value correctly. With this change, if the value is "Active", when the user first clicks the editable field it will automatically select "Active" in the dropdown.
-
- 21 Jan, 2015 1 commit
-
-
Serge S. Koval authored
-
- 19 Jan, 2015 10 commits
-
-
Serge S. Koval authored
Simplify delete_form field rendering
-
Paul Brown authored
-
Serge S. Koval authored
add forgotten csrf_token._value() to bootstrap3
-
Serge S. Koval authored
Allow easier overriding of editable list view
-
Paul Brown authored
-
Paul Brown authored
-
Paul Brown authored
-
Serge S. Koval authored
fix index_view csrf value rendering
-
Paul Brown authored
-
Paul Brown authored
-
- 16 Jan, 2015 2 commits
-
-
Serge S. Koval authored
add gettext to file-admin
-
Paul Brown authored
-