Changes between Version 6 and Version 7 of SummerOfCode2009


Ignore:
Timestamp:
Mar 12, 2009, 6:02:08 AM (16 years ago)
Author:
Russell Keith-Magee
Comment:

Added some GSoC project suggestions, and volunteered as a mentor.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2009

    v6 v7  
    99If you're interesting in mentoring -- supervising a student in work on Django-related activities -- add your name and email here:
    1010
    11  * You (email@domain.com)
     11 * Russell Keith-Magee (russell@keith-magee.com)
    1212
    1313== Students ==
     
    3838In no particular order:
    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
    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
     40 * A schema-less DB backend (e.g., CouchDB, Google App Engine) and move/refactor all hard-coded SQL (see #10109 for instance) to backends
     41 * A [http://groups.google.com/group/django-developers/browse_thread/thread/09f0353fe0682b73 Public-facing multiple database API].
     42 * [http://groups.google.com/group/django-developers/browse_thread/thread/9a672d5bbbe67562 Denormalized model fields] (#8946)
     43 * Add dynamic lookup capability to the serializers (#7052)
     44 * Extend query expressions (F() syntax) to handle other data types, especially strings and dates
    4245 * Your idea here
Back to Top