Out of interest, what types of things are you having trouble with in Django? I know there's a lack of support for aggregate functions and GROUP BY's etc
Aggregate functions could be easily patched in ( e.g. [1], [2] ), but I believe this is waiting for query.py to be refactored. [1] http://code.djangoproject.com/ticket/1435 [2] http://code.djangoproject.com/ticket/2479 --Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
