Live data from Hacker News

Django 1.6 beta 1 released

djangoproject.com

1–10 of 72 posts

Re: Django 1.6 beta 1 released

#3
post #2

Integrated connection pooling makes this release a no-brainer upgrade on release day.

Agreed! The changes to transaction management seem pretty solid too. I've found transactions to be pretty somewhat unpredictable at times in the past, so I'm encouraged by these changes.

Re: Django 1.6 beta 1 released

#4
I 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

#5

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

#9

I 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?

I personally hope django (and rails) keep their focus on the "bland corner of the web." The vast majority of (useful) sites out there are dead dull from a technology perspective, and I'd like tools that help me develop & deploy those types of sites as quickly as possible.

Re: Django 1.6 beta 1 released

#10
post #5

I 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…

he's probably referring to the ever-recurring topic of django not integrating front-end libs out of the box (which I in particular support).
Post reply on HN