- 22 Jun, 2017 1 commit
-
-
Paul Brown authored
-
- 17 Jun, 2017 2 commits
-
-
Serge S. Koval authored
Fixed issue where 'size()' is still used.
-
Adam Gutglick authored
Fixed issue where 'size()' is deprecated and still used and prevented making action on multi-choice items.
-
- 06 May, 2017 2 commits
-
-
Serge S. Koval authored
According to Postgres doc `DECIMAL` is equivalent to `NUMERIC`
-
Serge S. Koval authored
DeleteRowAction label
-
- 02 May, 2017 1 commit
-
-
Kajdocsi Szabolcs authored
-
- 31 Mar, 2017 1 commit
-
-
librodo authored
https://www.postgresql.org/docs/9.5/static/datatype-numeric.html so flask_admin.contrib.sqla.filters.FilterConverter should treat this the same
-
- 20 Mar, 2017 2 commits
-
-
Paul Brown authored
Fix DeprecationWarning raised by SQLAlchemy
-
Jacopo Notarstefano authored
-
- 16 Mar, 2017 1 commit
-
-
Serge S. Koval authored
Added missing requirement to TinyMongo example
-
- 14 Mar, 2017 1 commit
-
-
Bruno Rocha authored
-
- 13 Mar, 2017 8 commits
-
-
Serge S. Koval authored
Added TinyDB - TinyMongo Example.
-
Bruno Rocha authored
-
Bruno Rocha authored
-
Bruno Rocha authored
-
Bruno Rocha authored
-
Bruno Rocha authored
-
Bruno Rocha authored
-
Bruno Rocha authored
-
- 12 Mar, 2017 3 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Fixing bug with using multiple URL attributes
-
- 03 Mar, 2017 1 commit
-
-
Paul Brown authored
-
- 13 Feb, 2017 1 commit
-
-
Paul Brown authored
-
- 09 Feb, 2017 1 commit
-
-
Sergey Shubin authored
-
- 07 Feb, 2017 4 commits
-
-
Paul Brown authored
Updates README.rst with svg badges
-
Sobolev Nikita authored
-
Paul Brown authored
-
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 4 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
-