- 27 Aug, 2013 12 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Inherit pk weak entities
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Florian Sachs authored
flask_admin.contrib.sqla.tools.is_inherited_primary_key() now works even if the inherited primary key is itself a foreign key. This leads to a better support of SQLAlchemies *joined table inheritance*
-
Florian Sachs authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 26 Aug, 2013 9 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 25 Aug, 2013 2 commits
-
-
Florian Sachs authored
-
Serge S. Koval authored
-
- 23 Aug, 2013 4 commits
-
-
Serge S. Koval authored
upload images problem
-
lanybass authored
-
Serge S. Koval authored
Fixed wrong creation of select2tags components.
-
Jordan Yelloz authored
Now users can supply data to the attribute "data-select2-tags" to provide existing tags.
-
- 22 Aug, 2013 4 commits
-
-
lanybass authored
-
Serge S. Koval authored
Multiple Primary keys for sqla backend
-
lanybass authored
-
lanybass authored
make upload path auto fix pic save incomplete fix 'thumb image return none error' remove an extra 'return' token fix dynamic gif thumb error
-
- 20 Aug, 2013 2 commits
-
-
Serge S. Koval authored
bugfix: inline form 'new' template - now submits all added fields correc...
-
Roey Berman authored
-
- 17 Aug, 2013 3 commits
-
-
Serge S. Koval authored
Fix "NoneType" has no attr 'get' on subdocumments
-
Bruno Rocha authored
in this line https://github.com/mrjoes/flask-admin/blob/master/flask_admin/contrib/mongoengine/form.py#L44 None causes "NoneType" has no attr 'get'
-
Bruno Rocha authored
-
- 16 Aug, 2013 2 commits
-
-
Florian Sachs authored
-
Florian Sachs authored
`contrib.sqla.view.ModelView.action_delete()` now is able to mass-delete models with multiple primary keys. Therefore, two new helper functions has been introduced in `contribg.sqla.tools`: * `tuple_operator_in()` that fakes the `sqlalchemy.tuple_` operator for engines, that do not support the `tuple_` operator. (like sqlite) * `get_query_for_ids()` that returns a query, object that contains all objects identified by the `ids`. Both functions have docstrings with more information. The logic of the `action_delete()` did not change, as for objects with a single primary key, the codepath did not change at all.
-
- 14 Aug, 2013 2 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-