- 06 Dec, 2015 2 commits
-
-
Paul Brown authored
fix inet types converter, search by non-text fields
-
Serge S. Koval authored
Fix regex validators when using form_args
-
- 04 Dec, 2015 5 commits
-
-
Serge S. Koval authored
change mongoengine extra field order test to match sqla/peewee
-
Paul Brown authored
-
Paul Brown authored
-
Serge S. Koval authored
make flask-admin compatible with peewee 2.7.4
-
Paul Brown authored
-
- 01 Dec, 2015 2 commits
-
-
Serge S. Koval authored
Make compatible with latest mongoengine.
-
Michael Karpitsky authored
-
- 30 Nov, 2015 1 commit
-
-
Paul Brown authored
-
- 20 Nov, 2015 1 commit
-
-
kalombo authored
-
- 17 Nov, 2015 3 commits
-
-
Serge S. Koval authored
sqla ajax loader - prevent error when primary key name != attribute name
-
Paul Brown authored
-
Paul Brown authored
Add nowrap to action icons table cell
-
- 14 Nov, 2015 1 commit
-
-
mdanse authored
This was added in the past to the bootstrap2 css but not to the bootstrap3 css.
-
- 10 Nov, 2015 2 commits
-
-
Serge S. Koval authored
Update layout_bootstrap3 readme paths
-
Nic West authored
The paths in this readme were no longer correct.
-
- 07 Nov, 2015 1 commit
-
-
Paul Brown authored
-
- 04 Nov, 2015 1 commit
-
-
Paul Brown authored
-
- 29 Oct, 2015 1 commit
-
-
Serge S. Koval authored
remove unnecessary DateTimeField imports
-
- 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 2 commits
-
-
Serge S. Koval authored
add form blocks to modal and fileadmin templates too
-
Paul Brown authored
-
- 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".
-