Django 1.10 released
djangoproject.com
Django 1.10 released
1–10 of 122 posts
Re: Django 1.10 released
#2- Full text search for PostgreSQL.
- New-style middleware to solve the lack of strict request/response layering of the old-style of middleware.
- Official support for Unicode usernames.
Re: Django 1.10 released
#3Re: Django 1.10 released
#4I'm still stuck with Django 1.4 for one of my projects, it's such a big hurdle to upgrade it. I wonder if it's worth to just straight up rewrite it in 1.10.
Re: Django 1.10 released
#5And if the answer to my question is yes, what books/tutorials/screencasts/courses to people recommend to get started with?
Re: Django 1.10 released
#6According to channels' documentation:
> You can install Channels as a library for Django 1.8 and 1.9, and it (should be) part of Django 1.10.
Re: Django 1.10 released
#7Looks like channels was not included in 1.10. Is there still a plan to package it with Django or is it better served to be a stand alone app for now? According to channels' documentation: > You can install Channels as a library for Django 1.8 and 1.9, and it (should be) part of Django 1.10.
https://groups.google.com/forum/#!msg/django-developers/QRd4...
Re: Django 1.10 released
#8Looks like channels was not included in 1.10. Is there still a plan to package it with Django or is it better served to be a stand alone app for now? According to channels' documentation: > You can install Channels as a library for Django 1.8 and 1.9, and it (should be) part of Django 1.10.
Re: Django 1.10 released
#9Looks like channels was not included in 1.10. Is there still a plan to package it with Django or is it better served to be a stand alone app for now? According to channels' documentation: > You can install Channels as a library for Django 1.8 and 1.9, and it (should be) part of Django 1.10.
It was withdrawn from the 1.10 release about 3 months ago, I think: https://groups.google.com/forum/#!msg/django-developers/QRd4...
Re: Django 1.10 released
#10As a Rails dude...is there any reason for me to learn Django at all? Everything I've heard about it is that it provides a lot of sane defaults (like Rails) but has much less "magic" than Rails is typically thought to have. And if the answer to my question is yes, what books/tutorials/screencasts/courses to people recommend to get started with?