I have a Django model with two custom methods. Each returns a different subset of model objects based on a different property of the object.
Is there a way to get a set of queries or just a list of objects, that is, combining the queries returned by each manager method?
python django django-models
Paul D. Waite Dec 10 '10 at 16:32 2010-12-10 16:32
source share