django-096-released
Posted March 23, 2007, 2:03 p.m.
I’m happy to see that the 0.96 version of the Django was finally released!
One of the most interesting feature is newforms, a replacement for the django.forms library that will be removed in the next releases.
Now form objects are not tied into the database models, you will have less code to write in the views and into templates.
It is also easy to subclass Form, Widget and Field objects, allowing a very high level of customization. Have fun!










