Changes between Version 2 and Version 3 of SummerOfCode2008


Ignore:
Timestamp:
Mar 4, 2008, 3:15:21 PM (16 years ago)
Author:
Jacob
Comment:

Added a few ideas for SoC projects.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2008

    v2 v3  
    3333In no particular order:
    3434 
    35  * Placeholder - add your ideas here.
     35 * Work on a database backend for some database not yet supported by Django -- MSSQL, Firebird, DB2, etc. In most of these cases work has already begun (''FIXME: add some links''), so this project would involve a fair amount of interaction with an existing development team. Along the way you'd need to fix any bugs in Django itself that prevent use with said backend.
    3636
     37 * Add [http://code.djangoproject.com/ticket/3566 ORM aggregation support].
    3738
Back to Top