1 year, 9 months ago
What benefits does Django 1.2 offer?
Django 1.2 was released a few weeks back, what benefits would upgrading from 1.1 offer me?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
These are the new features of Django 1.2 that 1.1 did not have:
--quote--
Django 1.2 introduces several large, important new features, including:
Support for multiple database connections in a single Django instance.
Model validation inspired by Django’s form validation.
Vastly improved protection against Cross-Site Request Forgery (CSRF).
A new user “messages” framework with support for cookie- and session-based message for both anonymous and authenticated users.
Hooks for object-level permissions, permissions for anonymous users, and more flexible username requirements.
Customization of e-mail sending via e-mail backends.
New “smart” if template tag which supports comparison operators.
These are just the highlights; full details and a complete list of features may be found below.
--quote--
Hope this helps!
--quote--
Django 1.2 introduces several large, important new features, including:
Support for multiple database connections in a single Django instance.
Model validation inspired by Django’s form validation.
Vastly improved protection against Cross-Site Request Forgery (CSRF).
A new user “messages” framework with support for cookie- and session-based message for both anonymous and authenticated users.
Hooks for object-level permissions, permissions for anonymous users, and more flexible username requirements.
Customization of e-mail sending via e-mail backends.
New “smart” if template tag which supports comparison operators.
These are just the highlights; full details and a complete list of features may be found below.
--quote--
Hope this helps!
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse