Comment 1 for bug 1291604

Revision history for this message
Brian Murray (brian-murray) wrote :

Oh, and python-tastypie had to be upgrade to version 0.9.15-1 because of the movement of LOOKUPL_SEP - see tastypie/resources.py:

# Django 1.5 has moved this constant up one level.
try:
    from django.db.models.constants import LOOKUP_SEP
except ImportError:
    from django.db.models.sql.constants import LOOKUP_SEP