* Use OAuth instead of now deprecated simple login (thanks to julierae!) * Fix a bug in get_instance that broke modifying fields (thanks to dequis!)
0.1.4
++++++++++++++++++
* Renamed project to butterdb
0.1.3
++++++++++++++++++
* Model.field no longer requires name to be specified. Attribute name will be used if none is provided. * Model no longer needs to have id as a keyword argument, or call super in init * Tests now use pep8 asserts