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