lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Doc update for mapping #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by dirk.ol...@googlemail.com on 25 Aug 2011 at 7:12

GoogleCodeExporter commented 8 years ago
Patch to update the documentation

Original comment by dirk.ol...@googlemail.com on 25 Aug 2011 at 7:21

Attachments:

GoogleCodeExporter commented 8 years ago
I ran across this same issue this morning. The patch suggested would be a great 
update.

Original comment by HokeyP...@gmail.com on 6 Sep 2011 at 10:04

GoogleCodeExporter commented 8 years ago
I would love to see this patch into the tip. In fact, before reading this I 
wrote issue #199 for this reason (marked as dupe in a comment). 

Original comment by mva.led@gmail.com on 7 Sep 2011 at 1:27

GoogleCodeExporter commented 8 years ago
Issue 199 has been merged into this issue.

Original comment by djc.ochtman on 6 Jul 2014 at 12:10

GoogleCodeExporter commented 8 years ago
This should be fixed by r911a7e72d8a3 (for #198).

Original comment by djc.ochtman on 6 Jul 2014 at 12:12