Live data from Hacker News

Django 1.9 Released

djangoproject.com

1–10 of 91 posts

Re: Django 1.9 Released

#4

Is 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

#9
post #6

I'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.

Post reply on HN