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

Cannot import name LOOKUP_SEP #17

Closed Kostanos closed 11 years ago

Kostanos commented 11 years ago

mportError: cannot import name LOOKUP_SEP

options.py line 14

moved from django.db.models.sql.constants to django.db.models.constants

doronpr commented 11 years ago

mongoadmin is currently broken on django 1.5 and this change unbreaks it. @jschrewe Any idea when this change is going to be released? 10x

jschrewe commented 11 years ago

If you mean PyPI it's up there now. And hopefully also working :)