You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just started doing testing with a project that depends on django-pq for Django 1.7.
All builds run fine, apart from the python 3.2 one, which errors on 1.7.
E File "/home/travis/virtualenv/python3.2/lib/python3.2/site-packages/pq/migrations/0003_auto__add_field_worker_heartbeat.py", line 12
E db.add_column(u'pq_worker', 'heartbeat',
E ^
E SyntaxError: invalid syntax
It seems like when Django 1.7 parses the old migration files, it has some problem with the unicode literal. Any idea why this might be?
The text was updated successfully, but these errors were encountered:
I have just started doing testing with a project that depends on django-pq for Django 1.7.
All builds run fine, apart from the python 3.2 one, which errors on 1.7.
It seems like when Django 1.7 parses the old migration files, it has some problem with the unicode literal. Any idea why this might be?
The text was updated successfully, but these errors were encountered: