couchdbkit and Django extensions / Import error: cannot import name get_verbose_name

211 views
Skip to first unread message

Claude Falbriard

unread,
Sep 17, 2014, 3:24:57 PM9/17/14
to couch...@googlegroups.com
Dear colleagues,

Not able to to import the classes from couchdbkit.ext.django.schema with command: 

from couchdbkit.ext.django.schema import * 

is throwing 
>>> from couchdbkit.ext.django.schema import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\site-packages\couchdbkit\ext\django\schema.py", line 24,
 in <module>
    from django.db.models.options import get_verbose_name
ImportError: cannot import name get_verbose_name

My Django version is 1.7. Thanks in advance for your support. 

Regards, 
Claude

Benoit Chesneau

unread,
Sep 17, 2014, 4:44:59 PM9/17/14
to couch...@googlegroups.com
it has not been tested with latest django. They probably removed  or moved that function. Can you open a ticket for it?

--
You received this message because you are subscribed to the Google Groups "couchdbkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to couchdbkit+...@googlegroups.com.
To post to this group, send email to couch...@googlegroups.com.
Visit this group at http://groups.google.com/group/couchdbkit.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages