Closed collinanderson closed 9 years ago
If you checkout the latest version from github it should work with python 3, but I have to do some more testing and some other changes to make a pypi release compatible with python 3.
Python 3 support is now added in version 0.6.0. Please let me know if you have any problems with it.
:+1:
It looks like this project wouldn't take much work to get python 3 support. I think the models.pyfile just needs
from __future__ import unicode_literals
, and the__unicode__
reference would need to be__str__
on python 3.