Hi Herson, On Monday 25 January 2010 14:17:09 Herson wrote: > I'm sharing this with you because I believe it will be useful for all and > also to say that suggestions, patches, etc. are always welcome. > > http://github.com/hersonls/django-queryset-join > Interesting project. Thanks for sharing.
My first suggestion would be to move the meat of the code inside models.py and then import necessary bits into __init__.py. Also, I don't know if it's possible at all but, it would be great if the QuerySet's are joined in a way that it would issue a single query to the database. Perhaps with SQL UNION... And, thanks for supplying tests and docstrings with your app. Kind Regards, -- Saygılarımla, Atamert Ölçgen -+- --+ +++ www.muhuk.com [email protected] -- 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.

