If you want to do something fancier than the queryset -> list -> merge -> sort, you could create a base model class with just the creation date in it since the creation date is being used to sort across the two types of objects. Then, derive the Comment and Trackback classes from this base class.
See: http://www.djangoproject.com/documentation/model-api/#multi-table-inheritance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

