couchdb-python icon indicating copy to clipboard operation
couchdb-python copied to clipboard

Python library for working with CouchDB

Results 57 couchdb-python issues
Sort by recently updated
recently updated
newest added

_From [[email protected]](https://code.google.com/u/104171024793059535812/) on December 30, 2010 20:59:35_ What steps will reproduce the problem? 1. On Mac OS X 10.6.5, install couchpy to default python installation on system, which is 2.6.1...

imported

_From [[email protected]](https://code.google.com/u/115331731415937710448/) on November 22, 2010 18:14:58_ CouchDB supports oauth, this patch add this functionality to python-couchdb. _Original issue: http://code.google.com/p/couchdb-python/issues/detail?id=158_

imported

_From [kxepal](https://code.google.com/u/kxepal/) on August 05, 2010 20:20:18_ Feature discussion and description: http://groups.google.ru/group/couchdb-python/browse_thread/thread/9276b4aad7845bd9?hl=ru Usage example: class Author(Document): name = TextField() class Post(Document): author = DocumentRefField(Author) post = Post() post.author(id='Mike') post.author.name =...

imported

_From [[email protected]](https://code.google.com/u/103529340506798290903/) on August 05, 2010 20:09:05_ Python Unittests fail on python 2.6 (haven't tested other pythons) because the doctests expect strings and get unicode. Attached is a patch which...

imported

_From [kxepal](https://code.google.com/u/kxepal/) on May 13, 2010 04:41:32_ What steps will reproduce the problem? 1. Create about 30 types of document schemes 2. Add about 10-15 views for each document schema...

imported

_From [[email protected]](https://code.google.com/u/101195718429123129280/) on January 23, 2010 00:29:44_ It would be nice to be able to have an AttachmentField type available in the schema that stores a Python string as a...

imported

_From [[email protected]](https://code.google.com/u/113489010632845904393/) on December 20, 2009 09:41:25_ What steps will reproduce the problem? 1. Use a reduce function that reduces to a single document We have a schema view with...

imported