Comments on: Most Important Changes in Django 1.4 http://procrastinatingdev.com/django/most-important-changes-in-django-1-4/ Random Musings about Coding, Food and Beer Fri, 16 Mar 2012 01:15:45 +0000 hourly 1 http://wordpress.org/?v=3.3.1 By: huxley http://procrastinatingdev.com/django/most-important-changes-in-django-1-4/#comment-195 huxley Fri, 16 Mar 2012 01:15:45 +0000 http://procrastinatingdev.com/?p=687#comment-195 For my money, the PASSWORD_HASHERS setting with the automatic updating of the hash on login is the best new feature. I love it. For my money, the PASSWORD_HASHERS setting with the automatic updating of the hash on login is the best new feature. I love it.

]]>
By: Adam http://procrastinatingdev.com/django/most-important-changes-in-django-1-4/#comment-194 Adam Thu, 15 Mar 2012 16:09:55 +0000 http://procrastinatingdev.com/?p=687#comment-194 Time zone support is very important and on a code level <a href="https://code.djangoproject.com/changeset/17106" rel="nofollow">#17106</a> is much larger than <a href="https://code.djangoproject.com/changeset/17187" rel="nofollow">#17187</a>. I've just personally had to hack more templates together without {% elif %} than I've needed TZ support :P Time zone support is very important and on a code level #17106 is much larger than #17187. I’ve just personally had to hack more templates together without {% elif %} than I’ve needed TZ support :P

]]>
By: Aymeric Augustin http://procrastinatingdev.com/django/most-important-changes-in-django-1-4/#comment-193 Aymeric Augustin Thu, 15 Mar 2012 16:00:31 +0000 http://procrastinatingdev.com/?p=687#comment-193 I thought https://code.djangoproject.com/changeset/17106 was a larger feature than https://code.djangoproject.com/changeset/17187. But I'm glad if you like {% elif %} anyway :) I thought https://code.djangoproject.com/changeset/17106 was a larger feature than https://code.djangoproject.com/changeset/17187.

But I’m glad if you like {% elif %} anyway :)

]]>
By: Adam http://procrastinatingdev.com/django/most-important-changes-in-django-1-4/#comment-192 Adam Thu, 15 Mar 2012 14:29:05 +0000 http://procrastinatingdev.com/?p=687#comment-192 Very good point. I'll add it shortly. Very good point. I’ll add it shortly.

]]>
By: Fidel Ramos http://procrastinatingdev.com/django/most-important-changes-in-django-1-4/#comment-191 Fidel Ramos Thu, 15 Mar 2012 14:28:07 +0000 http://procrastinatingdev.com/?p=687#comment-191 Very good summary of the best new features in Django 1.4. I would add prefetch_related(), it's very important for optimization of M2M queries. Very good summary of the best new features in Django 1.4. I would add prefetch_related(), it’s very important for optimization of M2M queries.

]]>