- Pagination now automatically converts strings to integers for the page and count
1.0.1
==================
- Easy resources updated to use create_fields, update_fields, and list_fields options. - append_slash option added to easy resources - Simplified mechanism of getting relationships to avoid private variables
1.0.0
==================
- Added _COLUMN_FIELD_MAP for determining python type. Transparent change.
1.0.0b1
====================
- Fixed bug in retrieve_list with improperly named link to previous ("prev" --> "previous") - Removed all fields flag. - Renamed alcehmymanager to alchemymanager - easy resources added. By simply calling create_resource with a session_handler and sqlalchemy model, you can automatically create a full resource. and immediately add it to a dispatcher.