- 22 Oct, 2012 6 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Fixed issue with constructing query with joins at sqlalchemy ModelView
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Add basic tests for SQLAlchemy inlineform implementation
-
- 17 Oct, 2012 2 commits
-
-
Serge S. Koval authored
Add form field for tags and PostgreSQL ARRAY field support
-
Artem Serga authored
-
- 10 Oct, 2012 2 commits
-
-
Priit Laes authored
-
Priit Laes authored
-
- 08 Oct, 2012 9 commits
-
-
Iurii Ogiienko authored
-
Priit Laes authored
-
Priit Laes authored
-
Priit Laes authored
-
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 3 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.
-
-