Django 1.6 beta 1 released
djangoproject.com
Django 1.6 beta 1 released
1–10 of 72 posts
Re: Django 1.6 beta 1 released
#2Re: Django 1.6 beta 1 released
#3Integrated connection pooling makes this release a no-brainer upgrade on release day.
Re: Django 1.6 beta 1 released
#4Re: Django 1.6 beta 1 released
#5I really enjoy working with Django, but in many ways, it seems to be staying pretty vanilla while other technologies head in more experimental directions. Does Django have a bright future in a world that's moving heavily client side, or will it be relegated to a relatively bland corner of the web world?
> Django have a bright future in a world that's moving heavily client side, or will it be relegated to a relatively bland corner of the web world?
This is one of those questions seeking controversy where there is none. Django seems to get out of the way even more when you shift to a heavier client.
Re: Django 1.6 beta 1 released
#6Integrated connection pooling makes this release a no-brainer upgrade on release day.
Re: Django 1.6 beta 1 released
#7Nice!
Re: Django 1.6 beta 1 released
#8Re: Django 1.6 beta 1 released
#9I really enjoy working with Django, but in many ways, it seems to be staying pretty vanilla while other technologies head in more experimental directions. Does Django have a bright future in a world that's moving heavily client side, or will it be relegated to a relatively bland corner of the web world?
Re: Django 1.6 beta 1 released
#10I really enjoy working with Django, but in many ways, it seems to be staying pretty vanilla while other technologies head in more experimental directions. Does Django have a bright future in a world that's moving heavily client side, or will it be relegated to a relatively bland corner of the web world?
We've got a more complex application (Pathwright) running Django, and we're currently going much more heavy client side. Nothing about Django keeps you from doing this, and there are some excellent third party apps that actually make it very easy (django-rest-framework is awesome). > Django have a bright future in a world that's moving heavily client side, or will it be relegated to a relatively bland corner of the w…