Changes between Version 6 and Version 7 of SummerOfCode2009
- Timestamp:
- Mar 12, 2009, 6:02:08 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2009
v6 v7 9 9 If you're interesting in mentoring -- supervising a student in work on Django-related activities -- add your name and email here: 10 10 11 * You (email@domain.com)11 * Russell Keith-Magee (russell@keith-magee.com) 12 12 13 13 == Students == … … 38 38 In no particular order: 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 * 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 42 45 * Your idea here