- 27 Oct, 2015 3 commits
-
-
Paul Brown authored
Fix DeprecationWarning
-
Serge S. Koval authored
prevent validators from getting inserted twice
-
Paul Brown authored
-
- 25 Oct, 2015 1 commit
-
-
Serge S. Koval authored
add form blocks to modal and fileadmin templates too
-
- 24 Oct, 2015 5 commits
-
-
Paul Brown authored
-
Paul Brown authored
Add block form on edit and create templates
-
Serge S. Koval authored
FileAdmin - alert user when upload fails due to file already existing
-
Paul Brown authored
-
Paul Brown authored
Do not disclose the file system full path
-
- 23 Oct, 2015 9 commits
-
-
Paul Brown authored
Update base.py
-
Serge S. Koval authored
Fix & test for #988: column_filters in not compatible with babel.
-
Roman Zimmermann authored
-
Roman Zimmermann authored
-
Roman Zimmermann authored
-
Serge S. Koval authored
Remove Flask-SQLAlchemy dependency
-
Jacob Magnusson authored
It should be noted that the declarative base still has to be configured like this: ```python MyBase: query = session.query_property() ``` Also decreased code duplication and removed unused imports. -
hidavy authored
-
hidavy authored
-
- 19 Oct, 2015 1 commit
-
-
Pablo Orduña authored
For example, when uploading a file called "foo/bar.txt" twice, right now it shows the full directory (e.g., "File /your/system/directory/foo/bar.txt already exists"), instead of only showing "File foo/bar.txt already exists".
-
- 18 Oct, 2015 1 commit
-
-
Kefei Zhou authored
-
- 15 Oct, 2015 4 commits
-
-
Mike Lambert authored
-
Mike Lambert authored
flask_admin/model/base.py:949: DeprecationWarning: Required is going away in WTForms 3.0, use DataRequired (though in this case, I believe the correct choice is InputRequired, though that only matter if an object has id=0)
-
Serge S. Koval authored
Added placeholder methods for calling functions before deletion
-
Thomas Adriaan Hellinger authored
-
- 14 Oct, 2015 5 commits
-
-
Serge S. Koval authored
improve error message when resolve_ctx is missing
-
Serge S. Koval authored
Use WTForms translations for (non-custom) validation errors
-
Serge S. Koval authored
fix backwards compat issue with form rules + flask.ext.admin
-
Serge S. Koval authored
lock flask-login to 0.2.11 until flask-security is fixed
-
Paul Brown authored
-
- 13 Oct, 2015 2 commits
-
-
Paul Brown authored
Update base.py - Typing error
-
Paul Brown authored
-
- 10 Oct, 2015 3 commits
-
-
Paul Brown authored
-
Paul Brown authored
-
Paul Brown authored
-
- 06 Oct, 2015 1 commit
-
-
Edouard Berthe authored
A simple typing error (which can create some misunderstanding if we read the code too fast).
-
- 04 Oct, 2015 4 commits
-
-
Serge S. Koval authored
fix build errors caused by pillow
-
Paul Brown authored
-
Paul Brown authored
CSV Documentation: fix max rows attribute name
-
Sumukh Sridhara authored
-
- 03 Oct, 2015 1 commit
-
-
Paul Brown authored
-