You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
If a model class name and the collection name match, we see below error
...
File "/usr/local/lib/python2.7/dist-packages/bottle.py", line 1729, in wrapper
rv = callback(*a, **ka)
RuntimeError: maximum recursion depth exceeded while calling a Python object
@connection.register
class Foo(Document):
__database__ = 'FooDb'
__collection__ = 'Foo'
#my document properties go here.
I used PyMongo 2.7.2 and MongoKit 0.9.1.1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a model class name and the collection name match, we see below error
I used PyMongo 2.7.2 and MongoKit 0.9.1.1
The text was updated successfully, but these errors were encountered: