Changes between Version 18 and Version 19 of SummerOfCode2008


Ignore:
Timestamp:
Apr 2, 2008, 1:51:49 AM (16 years ago)
Author:
Ivan Illarionov
Comment:

Added links to database backends

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2008

    v18 v19  
    4141In no particular order:
    4242 
    43  * 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.
     43 * 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 ([http://code.google.com/p/django-firebird/ django-firebird], [http://code.google.com/p/django-mssql/ django-mssql]), 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.
    4444
    4545 * Add [http://code.djangoproject.com/ticket/3566 ORM aggregation support].
Back to Top