wilsaj / flask-admin-old

Deprecated Flask-Admin 0.x branch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default value wrong displayed

delai opened this issue · comments

suppose there is a column which has a default value 0, like
upped = Column(Integer, default=0)
in Tweet model. It will display a column value with "ColumnDefault(0)" but not 0 in the "add new tweet page"