- 07 Feb, 2017 1 commit
-
-
Paul Brown authored
Added JSON and JSONB and support for peewee postgresql backend
-
- 06 Feb, 2017 2 commits
- 03 Feb, 2017 1 commit
-
-
Serge S. Koval authored
Allow specifying a primary key field in column_filters (of a peewee ModelView)
-
- 02 Feb, 2017 1 commit
-
-
Ben Hoyt authored
-
- 01 Feb, 2017 3 commits
-
-
Serge S. Koval authored
fix documentation for flask-login authentication
-
Tim Richardson authored
-
Serge S. Koval authored
Don’t initialize index_view twice
-
- 31 Jan, 2017 5 commits
-
-
Jacob Magnusson authored
Since #1238 was merged, `index_view` would be initialized twice, which caused the url of an `index_vew` passed in to `Admin.__init__()` not being read (causing 404s for me
😢 ). This PR fixes that. -
Serge S. Koval authored
add flake8 test to travis.yml
-
Paul Brown authored
-
Serge S. Koval authored
Add flake8 to tests
-
Paul Brown authored
-
- 30 Jan, 2017 6 commits
-
-
Serge S. Koval authored
use tox, fix mongoengine & python 2.6 tests
-
Paul Brown authored
-
Paul Brown authored
-
Paul Brown authored
-
Paul Brown authored
-
Serge S. Koval authored
add test for column_filters with sqla obj
-
- 29 Jan, 2017 6 commits
-
-
Paul Brown authored
-
Serge S. Koval authored
fix pymongo example ImportError
-
Serge S. Koval authored
prevent column_list from being used for details view
-
Serge S. Koval authored
use property name rather than db column name for form_choices
-
Paul Brown authored
Fixes specifying column filter by instance
-
Tom Kedem authored
-
- 28 Jan, 2017 5 commits
-
-
Paul Brown authored
-
Paul Brown authored
Fix mongoengine not prettifying form labels
-
Paul Brown authored
checking valuelist in process_formdata for Select2TagsField
-
Paul Brown authored
-
Paul Brown authored
-
- 27 Jan, 2017 3 commits
-
-
Mark authored
-
Serge S. Koval authored
add csrf token validation to actions
-
Paul Brown authored
-
- 20 Jan, 2017 2 commits
-
-
Serge S. Koval authored
remove speaklater dependency
-
Paul Brown authored
-
- 19 Jan, 2017 1 commit
-
-
Serge S. Koval authored
fixed loop counter
-
- 17 Jan, 2017 1 commit
-
-
Shiqiao Du authored
use loop index instead of explicit increment of column see http://stackoverflow.com/questions/7537439/how-to-increment-a-variable-on-a-for-loop-in-jinja-template#comment16308022_7537466
-
- 09 Jan, 2017 3 commits
-
-
Serge S. Koval authored
Change `data-role` attribute for `Select2TagsWidget`.
-
Serge S. Koval authored
image upload field: fixed for change form if file was already uploaded
-
Serge S. Koval authored
Prevent <escape> key from confirming deletions
-