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;
-
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).
-
Batch Editing in the Admin (Admin-01) - Make mass edits achievable in the admin interface with little additional code.
-
Class based generic views (View-01) - Just seems logically.
In other Django news:
Thursday, 4th September, 2008
Simon Willison has released a new application for managing schema migrations in Django applications. The new application dmigrations, is currently only available for mySQL although the code has been structured to allow for other database back ends.
The tutorial available online runs through the process of using dmigrations in your own projects
Friday, 15th August, 2008
The Django Project has released, the first beta of the upcoming version 1.0 release of Django Project.
This signals the beginning of feature freeze for version 1.0, with the core developers focussing on stablizing Django for an excellent version 1.0.