Traceback (most recent call last):
File "./manage.py", line 46, in <module>
import jingo.monkey
File "/home/vagrant/src/vendor/src/jingo/jingo/monkey.py", line 60, in <module>
class SafeStrAndUnicode(django.utils.encoding.StrAndUnicode):
AttributeError: 'module' object has no attribute 'StrAndUnicode'
Okay, I'm dumb and simply didn't use the latest code that already fixed this. But I'll file another issue to make a 0.8 tag & release on PyPI that includes the fix.
In our massive update from Django 1.4 to 1.7, I caught our
jingo.monkey
patch call inmanage.py
using a removed feature of Django?StrAndUnicode
was deprecrated in 1.5 and is removed as of 1.7.