- 10 Mar, 2015 3 commits
-
-
Serge S. Koval authored
Fixed _need_join check for SQLa filters.
-
Serge S. Koval authored
Fix circular import between `babel` and `helpers`
-
Fantix King authored
* `from flask.ext.admin.babel import gettext` returns the right one * I18n in `flash_errors` works correctly
-
- 09 Mar, 2015 2 commits
-
-
Serge S. Koval authored
Python 3 fix: FilterConverter sub-classing bug
-
Jacob Magnusson authored
Couldn't be instantiated more than once. This made it impossible to make a subclass of FilterConverter.
-
- 06 Mar, 2015 5 commits
-
-
Serge S. Koval authored
Fix misleading documentation
-
😊 Jacob Magnusson authored -
Jacob Magnusson authored
-
Serge S. Koval authored
Remove unused code
-
Jacob Magnusson authored
-
- 02 Mar, 2015 4 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 01 Mar, 2015 5 commits
-
-
Serge S. Koval authored
FileAdmin Improvements
-
Paul Brown authored
-
Paul Brown authored
-
Paul Brown authored
improve fileadmin flexibility by moving forms into functions, fix CSRF, and fix error messages on validation failure
-
Paul Brown authored
-
- 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 4 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
-