- 03 Oct, 2012 1 commit
-
-
Sean Lynch 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 7 commits
-
-
Serge S. Koval authored
Block for Overriding Row Actions
-
adorsk authored
-
Serge S. Koval authored
Add Travis-CI config for continuous integration testing
-
Sean Lynch authored
-
Serge S. Koval authored
Use url/endpoint from passed in index_view if present
-
Sean Lynch authored
Use endpoint/url values from Admin() parameters instead of index_view if present. DRY default values for AdminIndexView and Admin.init
-
Sean Lynch authored
-
- 22 Sep, 2012 2 commits
-
-
Serge S. Koval authored
Fixing typo
-
Gabriel authored
-
- 19 Sep, 2012 2 commits
-
-
Serge S. Koval authored
on_model_change and on_model_delete hooks
-
Anton Bobrov authored
-
- 17 Sep, 2012 2 commits
-
-
Serge S. Koval authored
Fixes for boolean fields
-
Peter Ward authored
-
- 13 Sep, 2012 4 commits
-
-
Serge S. Koval authored
-
-
Serge S. Koval authored
Example here: https://gist.github.com/3714266
-
Serge S. Koval authored
fix bug in form.py wen checking callable_default
-