Changes between Version 6 and Version 7 of SummerOfCode2010


Ignore:
Timestamp:
Mar 5, 2010, 7:26:26 AM (14 years ago)
Author:
gvwilson
Comment:

Link to Trac Hacks

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2010

    v6 v7  
    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).
    4849 * Your idea here
Back to Top