Changes between Version 4 and Version 5 of SummerOfCode2009


Ignore:
Timestamp:
Mar 11, 2009, 6:03:47 PM (15 years ago)
Author:
David Larlet
Comment:

Pony added (shema-less backend)

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2009

    v4 v5  
    3737
    3838In no particular order:
    39  * A serializaiton 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
     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 * A schema-less DB backend and move/refactor all hard-coded SQL (see #10109 for instance) to backends
    4041 * Your idea here
Back to Top