Changes between Version 7 and Version 8 of SummerOfCode2010


Ignore:
Timestamp:
Mar 5, 2010, 8:46:42 AM (15 years ago)
Author:
Jannis Leidel
Comment:

The Django GSoC is about Django Core, not about apps built with Django.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2010

    v7 v8  
    4646 * Improvements to annotation/aggregation: string concatentation, date operations, annotation of non-aggregate results, etc
    4747 * Customizable Serialization. Define a class-based structure that allows users to define their own serialization format (including different output structure, including non-model fields, etc). Define Django's own serializers in that format.
    48  * The [http://trac-hacks.org/ Trac-Hacks] collection of plugins for [http://trac.edgewall.org Trac] is another good source of ideas: look for plugins that people are using (which proves need) for which there aren't Django equivalents (which would be your project).
    4948 * Your idea here
Back to Top