jschrewe / django-mongoadmin

Integrates mongodb into django's admin
http://www.schafproductions.com/projects/mongo-admin/
BSD 3-Clause "New" or "Revised" License
112 stars 38 forks source link

clear #34

Open ghost opened 9 years ago

ghost commented 9 years ago

With Django 1.8.1 and Python 3.4 I get the following error when starting an application:

from django.db.models.related import RelatedObject ImportError: No module named 'django.db.models.related'

normal-cock commented 9 years ago

I encountered the same problem with django 1.8.2 and python 2.7.5.