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 was archived by the owner on Sep 8, 2025. It is now read-only.
It is a bit confusing that within couchdb-python there are two classes
named "Document", and it requires manual disambiguation in code.
I'd suggest renaming the class in schema.py to something like "Model" which
is fairly common in mapping layers like this. Better to rename it sooner
before it breaks too much code.