Hacker News new | past | comments | ask | show | jobs | submit login

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?

[1] https://docs.djangoproject.com/en/dev/topics/python3/

[2] https://docs.djangoproject.com/en/dev/releases/1.7/#python-c...




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.

[1]: https://docs.djangoproject.com/en/1.7/faq/install/


Django works perfectly on Python 3 (go with 3.4) however you may have issues with packages.




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: