Changes between Version 5 and Version 6 of SummerOfCode2009


Ignore:
Timestamp:
Mar 11, 2009, 7:12:56 PM (15 years ago)
Author:
Alex Gaynor
Comment:

added a really big poney

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2009

    v5 v6  
    3939 * 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
    4040 * A schema-less DB backend and move/refactor all hard-coded SQL (see #10109 for instance) to backends
     41 * public api for multiple databases
    4142 * Your idea here
Back to Top