- added assert_raises_*_exc() decorators for testing - update SAValidation dependency to >= 0.2.0
0.2.5
-------------------------
- fix problem in requirements that would result in conflicting SQLAlchemy versions
0.2.4
------------------------- - **BC BREAK**: changing LookupMixin.test_create() to .testing_create() - convert sql processing to use generators - add lib/helpers.py:clear_db_data(), only postgres supported currently
0.2.3
----------------------------- - Facilitate use by non-default SA engine. Enables a project to have two DB connections and hence two SA sessions, and still be able to use this lib.
0.2.2
----------------------------- - same as 0.2.1 (accidental release bump)
0.2.1
----------------------------- - remove explicit SQLAlchemy version since savalidation will install it