django-vanilla-views in core for 1.7 please. ;-)
Django 1.6 released
11–20 of 107 posts
Re: Django 1.6 released
#12The release notes can be found at https://docs.djangoproject.com/en/1.6/releases/1.6/ Personally, I'm happy that Python 3 is now officially supported, though in practice I haven't had an issues with using Django 1.5 with Python 3.
How is library support? I didn't have any issues with django 1.5 itself, but many of my favorite libraries weren't ready yet.
From personal experience, most of the critical ones are compatible.
Re: Django 1.6 released
#13> BooleanField no longer defaults to False
It caused quite a few headaches. Boolean can't have default.
Re: Django 1.6 released
#14Re: Django 1.6 released
#15Re: Django 1.6 released
#16Earlier quoted context omitted.
How is library support? I didn't have any issues with django 1.5 itself, but many of my favorite libraries weren't ready yet.
Django Packages lists 160 apps that work with Python 3. See https://www.djangopackages.com/python3/ From personal experience, most of the critical ones are compatible.
Re: Django 1.6 released
#17Earlier quoted context omitted.
Django Packages lists 160 apps that work with Python 3. See https://www.djangopackages.com/python3/ From personal experience, most of the critical ones are compatible.
Well, apart from Fabric.
Re: Django 1.6 released
#18Is it only me or it's not easy to discover what's new / changed / release notes from this page? Is there a secret link I'm missing?
Re: Django 1.6 released
#19Re: Django 1.6 released
#20https://www.djangoproject.com/weblog/2013/nov/06/django-16-r...
The release notes are here:
https://docs.djangoproject.com/en/1.6/releases/1.6/
Also: if you downloaded the package in the period between the parent link going up, and now, you might want to grab it again. The first roll of the 1.6 package (which wasn't announced, so we could do final checks first) failed to update our trove classifier, so the package was regenerated, which changed its signature and checksums.