CHANGES
=======

1.0.6
-----

* obviously don't create incomplete unique constraints
* don't use cache for non-unique models, always insert. Allow update of *-to-many relations
* don't cache when no unique key can be built

1.0.5
-----

* don't hard-code ignored columns

1.0.4
-----

* add requirements.txt

1.0.3
-----

* handle empty object definitions

1.0.2
-----

* don't use cache with empty key

1.0.1
-----

* properly handle unique constraints

1.0.0
-----

* added more error handling
* better test
* handle same-session cache
* actually make this work
* Initial commit
* first commit
