benoitc/couchdbkit

pip does not yet include the django 1.7 fix

Opened this issue · 0 comments

Learning python, v2.7 in Anaconda, playing with couchdb1.7.
I installed this with pip, "Successfully installed couchdbkit-0.6.5" , but I got
"ImportError: cannot import name get_verbose_name"
Current version in pip did not include the fix for verbose names in the couchdbkit patch for django 1.7. I just copied the schema.py from github, that's handy!
Maybe up the version to update what's in pip?