Changes between Version 18 and Version 19 of SummerOfCode2008
- Timestamp:
- Apr 2, 2008, 1:51:49 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2008
v18 v19 41 41 In no particular order: 42 42 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. 44 44 45 45 * Add [http://code.djangoproject.com/ticket/3566 ORM aggregation support].