Hi, Well, this weekend I had the freedom to publish a project in which I've been using. The project is called django-queryset-join and serves to join QuerySets of different models. A practical example of use is when you have a search engine and you want to search in several different models and then join in a single queryset.
The only problem is the use of attributes where you can only succeed when the classes have the same attributes, such as PK or "NAME" if all models having this field. 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 -- 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.

