New issue 195 by dirk.ol...@googlemail.com: Doc update for mapping
http://code.google.com/p/couchdb-python/issues/detail?id=195
What steps will reproduce the problem?
blindly follow the mapping mini turorial from the beginning of mapping.py.
The code does not show the import for couchdb.mapping.Document. To add to
the confusion, there are two Document classes: couchdb.Document and
couchdb.mapping.Document. One might just use the wrong import
What version of the product are you using? On what operating system?
couchdb-python 0.8, Python 2.7
Patch to update the documentation
Attachments:
docupdate.patch 296 bytes
I ran across this same issue this morning. The patch suggested would be a
great update.