pypi Flask-Admin 2.2.0
v2.2.0

3 hours ago

New Features:

  • SQLAlchemy filter classes (FilterEqual, FilterLike, etc.) now accept a dotted-path string for the column argument (e.g. FilterEqual(column="author.email", name="Author Email")); the path is resolved against the view's model and the necessary joins are added automatically.

Bugfixes:

  • Fix a bug in v2.1.0 that caused UnboundLocalError in flask_admin.contrib.sqla.ModelView when an exception was raised during a create or update operation

Don't miss a new Flask-Admin release

NewReleases is sending notifications on new releases.