- 05 Oct, 2012 11 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
s/Chosen/Select2
-
Priit Laes authored
-
Priit Laes authored
-
-
Priit Laes authored
-
Priit Laes authored
-
Priit Laes authored
-
Priit Laes authored
Select2 is relatively more advanced compared to Chosen. Select2 is distributed under Apache License, Version 2.0
-
Serge S. Koval authored
Defining flask_admin.__version__ and use it where appropriate
-
- 03 Oct, 2012 4 commits
-
-
Serge S. Koval authored
Don't override query_factory if passed in form_args
-
Sean Lynch authored
-
Serge S. Koval authored
-
Priit Laes authored
-
- 02 Oct, 2012 6 commits
-
-
Serge S. Koval authored
Fix file uploads in edit form
-
Dmitry Medvinsky authored
I've removed explicit `request.form` passing to edit form in the form instance creation. The reason for this is that if we pass `formdata` to the constructor it considers that all the data it needs, whilst `request.form` contains no information about uploaded files. If we simply omit passing `request.form` around, Flask-WTF takes care about filling the form with `request.form` as well as `request.files`, if there are any. Hence file uploads now work in the model edit.
-
-
Serge S. Koval authored
-
Serge S. Koval authored
Fix sqlamodel.get_one() when using modified get_query()
-
Sean Lynch authored
-
- 30 Sep, 2012 3 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 28 Sep, 2012 2 commits
-
-
Serge S. Koval authored
Expose to allow overriding in subclass ModelView
-
Sean Lynch authored
-
- 26 Sep, 2012 9 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Fixed #59. Added list_display_all_relations to sqla backend to show many-to-one relation data in list view
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Remote duplicate list_formatters from api docs
-
Sean Lynch authored
-
- 25 Sep, 2012 2 commits
-
-
Serge S. Koval authored
Maintain order of form fields when form_columns provided
-
Sean Lynch authored
-
- 24 Sep, 2012 3 commits
-
-
Serge S. Koval authored
Block for Overriding Row Actions
-
adorsk authored
-
Serge S. Koval authored
Add Travis-CI config for continuous integration testing
-