Re: Django 1.5 - release date

2013-02-13 Thread Russell Keith-Magee
Hi Martin, We posted an update to the blog a couple of weeks ago [1]; we should be in a position to release the second RC in the very near future. [1] https://www.djangoproject.com/weblog/2013/jan/24/delay-final-release-django-15/ I'm sorry I can't give any more concrete answer than that -- beca

Re: Django 1.5 - release date

2013-02-13 Thread Martin B.
Hmm, the list of blockers seems to be empty. Seeing as its been a while since the last update here, any news on a rc/stable release? On Sunday, December 30, 2012 1:19:04 AM UTC, Russell Keith-Magee wrote: > > > On Sat, Dec 29, 2012 at 2:44 PM, Aidan Zhakypov > > > wrote: > >> Does anyone know w

Re: Django 1.5 - release date

2012-12-29 Thread Russell Keith-Magee
On Sat, Dec 29, 2012 at 2:44 PM, Aidan Zhakypov wrote: > Does anyone know when Django 1.5 is going to be released as a stable > version? If I want to *start* developing a production web site, should I > write it on Django 1.4 or is it already ok to implement it on Django 1.5? It's difficult to

Re: Django 1.5 - release date

2012-12-29 Thread Aaron C. de Bruyn
Django 1.5 is close to being released. I'm not sure how you do your development, but my process under Linux is to create a virtualenv (virtualenv myproject) then install the development version of Django (pip install git+git://github.com/django/django.git) and then begin the project (django-admin.