Changes between Version 21 and Version 22 of SummerOfCode2010
- Timestamp:
- Mar 26, 2010, 1:16:02 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2010
v21 v22 92 92 * Discussions on [http://groups.google.com/group/django-users django-users] when users have asked the "how do I" questions 93 93 * The [source:django/trunk/django/template django.contrib.auth code module] 94 95 === ORM Support for non-SQL databases === 96 * '''Complexity''': High 97 98 Django's ORM currently supports exclusively SQL databases. This project would act to refactor the internals of Django's ORM to add support for alternate databases, and hopefully present a prototype for such a backend. 99 100 Issues to consider: 101 * How should a backend respond to an operation that can't be performed at the database level, should it be emulated in Python or an exception raised? 94 102 95 103 === Improved error reporting ===