...
User.view('users/all', include_docs=True)
File "/Users/droberts/dimagi/commcare-hq/couchdbkit/client.py", line 947, in iterator
yield wrapper(row)
File "/Users/droberts/dimagi/commcare-hq/couchdbkit/client.py", line 919, in row_wrapper
return schema(doc)
File "/Users/droberts/dimagi/commcare-hq/couchdbkit/schema/util.py", line 37, in wrap
"This behavior is new starting in 0.6.2.".format(doc_type)
DocTypeError: the document being wrapped has doc type 'WebUser'. To wrap it anyway, you must explicitly pass in classes={'WebUser': <document class>} to your view. This behavior is new starting in 0.6.2.
The traceback now looks something like this
see comment on the now-closed PR https://github.com/benoitc/couchdbkit/pull/167#issuecomment-23582071