django-stalefields
django-stalefields copied to clipboard
(Initial) Python 3 support
Marginal support for Python 3, which doesn't have basestring (but does have bytes). I've also added long to the Python 2 primitive types.
Hmmm, nice! Does it pass tests on Python 3?
I'll get back to you ;-). Just realised it's failing on iteritems() method calls, too…
Can this be merged? For what it's worth, I've been using my fork in a python3 environment without incident for a while now.
Let me get a Travis-CI build going and merge after that.