This question is the surest Google search result for βit is impossible to import the name LOOKUP_SEPβ, therefore, although it does not necessarily solve any other compatibility problems between django-roa and Django 1.5, I want to point out ...
You can solve this (specific) error by replacing:
from django.db.models.sql.constants import LOOKUP_SEP
with:
from django.db.models.constants import LOOKUP_SEP
source share