Posts tagged with "web"

Django Version 1.1 - Feature List

Friday, 14th November, 2008

Jacob Kaplan-Moss has started the process of defining the features we will set in the next major version of Django.

The features I'm hoping that make it into 1.1 are;

  1. ORM Aggregation Support (ORM-01) - Would reduce the amount of SQL I have to write considerable (The ORM already does a good job at minimising the need for SQL, but this would be the icing on the cake).
  2. Batch Editing in the Admin (Admin-01) - Make mass edits achievable in the admin interface with little additional code.
  3. Class based generic views (View-01) - Just seems logically.

In other Django news: