Changes between Version 5 and Version 6 of SummerOfCode2009
- Timestamp:
- Mar 11, 2009, 7:12:56 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2009
v5 v6 39 39 * A serialization refactor. Hopefully allow serializers to be declared like ModelAdmins. Make serializers more useful for API type things (field to json dict key mapping, output of a function, etc.) For some ideas: http://code.google.com/p/wadofstuff/wiki/DjangoFullSerializers 40 40 * A schema-less DB backend and move/refactor all hard-coded SQL (see #10109 for instance) to backends 41 * public api for multiple databases 41 42 * Your idea here