django-multilingual-ng / Django 1.1.1 不兼容?
我在尝试将 django-multilingual-ng 0.1.20 与 Django 1.1.1 一起使用时遇到“无法导入名称连接”异常。
异常来自于 query.py 的第 15 行,它试图:
from django.db import connections, DEFAULT_DB_ALIAS
它与 Django 1.1.1 不兼容吗?有人尝试过这种组合并有什么建议吗?
谢谢。
-- 奥马特
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
django-multilingual-ng 是 django-multilingual 的一个分支,使其< /a> 与 django 1.2 兼容,它支持 multidb,所以你运气不好。
您可以尝试使用 django-multilingual,或者只需等待不到一周的时间,就可以使用刚刚发布的最新、最闪亮的 django 版本(当前为 rc1)开始编码。
希望这有帮助。
django-multilingual-ng is a branch of django-multilingual to make it compatible with django 1.2 which has support for multidb, so you are out of luck.
You can try with django-multilingual or just wait less than a week and start coding with the newest and shiniest just baked last django release (currently in rc1).
Hope this helps.