Couchdbkit version 0.4.2 released
New release for Couchdbkit. More fixes
You can download latest release on Pypi or check download page for other ways.
New features :
- Database.from_uri is deprecated. Insteade use `Database.init`:
- Add `Database.get_rev` method allowing you to get last revision of a document.
- Add add force_update option to `Database.save_doc`, if a conflict is raised and force_update
is True, it will get latest rev and place it inyour doc object and will try to save.
Fixes :
- Fix None value in `Schema` properties
- Validate against basestring in `Schema.StringListProperty`
- Fix packages install. Remove tests from installed packages.