This document[1] seems to imply that Django works with Python3 since 1.5. But I don't find mentions of it in the release notes of 1.7b1[2] on the Python Compatibility area.
My main interest in porting my 1.3 Django App to a newer version is to get Python 3 support.
Does anyone here run Django on Python3 and care to share the experience?
Django 1.7 supports Python 2.7, 3.2 and 3.3 [1]. I guess Python 3 isn't mentioned on the 1.7 release notes because Python 3 support has not changed from 1.6. I can see how you'd find that confusing.
My main interest in porting my 1.3 Django App to a newer version is to get Python 3 support.
Does anyone here run Django on Python3 and care to share the experience?
[1] https://docs.djangoproject.com/en/dev/topics/python3/
[2] https://docs.djangoproject.com/en/dev/releases/1.7/#python-c...