- 08 Oct, 2012 5 commits
-
-
Priit Laes authored
-
Priit Laes authored
-
Priit Laes authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Fixed #83. Incompatible change - if you overriden create_form/edit_form in your views, remove from from the parameters
-
- 05 Oct, 2012 14 commits
-
-
Serge S. Koval authored
Improve docs on how to use custom InlineFormAdmin for inline_models
-
Priit Laes authored
-
Serge S. Koval authored
-
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 6 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
-