django-norel をインストールして実行するpython manage.py shell
と、次のエラーが表示されます。
>>> from django.utils import timezone
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: cannot import name timezone
Ubuntu 12.04 LTS、python 2.7.3、django 1.4、および django-nonrel、djangotoolbox、django-mongodb エンジンの最新バージョンを使用
ある種の非互換性の問題のようです。以前のバージョンの django を使用する必要がありますか? もしそうなら、インストールコマンドでdjangoのバージョンを指定するにはどうすればよいですか?