I just updated the django code to the latest revision, and a whole host of errors broke up...
Luckily, I found the culprit fast here. Google is my friend indeed :)
Comments
Comment by Orestis Markou , 4 years, 11 months ago :
It will be nice indeed!
I understand the need of introducing breaking changes into the trunk, and admittedly, I've never seen a project recommend the SVN version for _production_ use, and it was nice being able to svn update and have everything work.
I'm waiting for 0.97 - 0.98 to be released so I can use a stable version with the current goodness.
Thanks for the snippet again...
This post is older than 30 days and comments have been turned off.

Comment by Kelvin Nicholson , 4 years, 11 months ago :
I'm glad that little snippet was useful! There is a BackwardsCompatability page maintained somewhere in the Django trac, I'm certainly going to reference it before my next update. For instance, I know that the cleaning name (clean_data['blah']) in newforms was renamed to cleaned_data['blah'] at some point in early May.
Will be nice once 1.0 is released, eh?