Django 1.9 Released
djangoproject.com
Django 1.9 Released
1–10 of 91 posts
Re: Django 1.9 Released
#2Is the Django team planning anything big for a 2.0 release?
Re: Django 1.9 Released
#3Is the Django team planning anything big for a 2.0 release?
Not for a couple years: https://www.djangoproject.com/weblog/2015/jun/25/roadmap/
Re: Django 1.9 Released
#4Is the Django team planning anything big for a 2.0 release?
No, not really. Django is moving to an "almost semver" versioning system. The X.0 releases will be when deprecated features are actually removed.
There are still some big ticket features that various people want to work on. These get released as they become ready. There may be some feature that is targeted for 2.0, but we won't know what until after 1.11.
Re: Django 1.9 Released
#5Music to my ears! I literally just installed 1.9rc2 thirty minutes ago. Congrats to everyone involved in the release.
Re: Django 1.9 Released
#6I'm curious what the redesigned admin looks like, does anyone have screenshots?
Re: Django 1.9 Released
#7Thank you everyone who committed their time and code to this release.
Re: Django 1.9 Released
#8I'm curious what the redesigned admin looks like, does anyone have screenshots?
Looks like the new intro tutorial docs have some screenshots: https://docs.djangoproject.com/en/1.9/intro/tutorial02/#ente...
Re: Django 1.9 Released
#9I'm curious what the redesigned admin looks like, does anyone have screenshots?
It's CSS only changes to be backwards compatible.
Here's a screenshot I dug up from google. http://imgur.com/3xGdZ04
The changes were originally released in a 3rd party package: https://pypi.python.org/pypi/django-flat-theme that has some screenshots too.
Re: Django 1.9 Released
#10This is still better when you are able to experiment versions without quirks and workarounds. Hail virtualenv.