- 17 Mar, 2015 1 commit
-
-
Serge S. Koval authored
remove not-visible fields from forms
-
- 16 Mar, 2015 1 commit
-
-
Pete Richards authored
-
- 14 Mar, 2015 1 commit
-
-
Pete Richards authored
-
- 12 Mar, 2015 8 commits
-
-
Serge S. Koval authored
Small doc fix
-
Pavel Ponomarev authored
-
Serge S. Koval authored
Extension naming change
-
Alex Kerney authored
-
Alex Kerney authored
-
Alex Kerney authored
-
Alex Kerney authored
Bringing Flask-Admin inline with the current Flask extension import naming guidelines. Namely flask_admin rather than flask.ext.admin per https://github.com/mitsuhiko/flask/issues/1135 as the old flask.ext.* method is being deprecated for Flask 1.0.
-
Alex Kerney authored
Up to date
-
- 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
-