- Match functionality with version 0.0.10 of protean
- Support for chained update and delete methods on QuerySet
- Support for update_all method for mass updates on objects
- Support for delete_all method for mass deletion of objects
- Rename databases configuration key in Config file from REPOSITORIES to DATABASES
- Split Adapter class into Provider and Repository
- Subclass from BaseLookup instead of Lookup
- Centralize model registrations for the test suite
- Use Pytest fixtures instead of setup and teardown methods
- Match with version 0.0.9 of protean
- Match with version 0.0.7 of protean
- Match with version 0.0.6 of protean
- First release on PyPI.