Changes between Version 7 and Version 8 of SummerOfCode2010
- Timestamp:
- Mar 5, 2010, 8:46:42 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2010
v7 v8 46 46 * Improvements to annotation/aggregation: string concatentation, date operations, annotation of non-aggregate results, etc 47 47 * 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).49 48 * Your idea here