0.4.2
  - fix bug with converting SQLAlchemy models to forms

0.4.1
  - fix Flask-SQLAlchemy import path

0.4.0
  - front end redesign
  - fix bug with displaying default value from SQLAlchemy models

0.3.0
  - added datastore API to support additional datastores more easily
  - added MongoAlchemy support
  - added composite primary key support
  - changed `admin.list_view` endpoint to `admin.list` for consistency

0.2.x
  - move from flaskext namespace to flask_admin
  - miscellaneous fixes and frontend tweaks

0.1.x
  - initial release
