djnago-multilingual-ng / Django 1.1.1 incompatibility?
Posted
by omat
on Stack Overflow
See other posts from Stack Overflow
or by omat
Published on 2010-05-07T11:43:03Z
Indexed on
2010/05/07
11:48 UTC
Read the original article
Hit count: 562
I am getting "cannot import name connections" exception while trying to use django-multilingual-ng 0.1.20 with Django 1.1.1.
The exception comes from the line 15 of query.py where it tries to:
from django.db import connections, DEFAULT_DB_ALIAS
Is it not compatible with Django 1.1.1? Does anybody tried this combination and have any suggestions?
Thanks.
-- oMat
© Stack Overflow or respective owner