hmm, on Wed, May 21, 2014 at 10:46:11AM +0200, Remi Pointel said that > If I correctly read > https://docs.djangoproject.com/en/dev/topics/python3/, it should > work correctly in Python 3.
/usr/local/share/doc/django/releases/1.6.html: """ Python compatibility Django 1.6, like Django 1.5, requires Python 2.6.5 or above. Python 3 is also officially supported. We highly recommend the latest minor release for each supported Python series (2.6.X, 2.7.X, 3.2.X, and 3.3.X). Django 1.6 will be the final release series to support Python 2.6; beginning with Django 1.7, the minimum supported Python version will be 2.7. Python 3.4 is not supported, but support will be added in Django 1.7. """ yes, at the moment default py3 is 3.3, but if i start doing py3 i would go with 3.4 instead of going with 3.3 and then rewrite stuff again... i am fairly sure no one is running a mission critical py3-django app, hence it is not well tested. on openbsd, even 3.x is not that well tested... > >and lastly, what will be the solution for not > >duplicating documentation between py- and py3- > >packages? > > You could read my diff, I resolved this part: > http://marc.info/?l=openbsd-ports&m=139849280216034&w=2 what i see in your diff is the renaming of the docs directory. py-django and py3-django would install the same docs twice into 2 different locations, no? -f -- to my embarrassment, i was born in bed with a lady!