Re: Are Generic Views limited to querysets that are fixed for any one view?

2013-03-22 Thread Doug S
Sorry, I guess I should have looked a bit harder before posting this question, I've figured it out. Hopefully this will be of help to someone else. the discussion here: http://stackoverflow.com/questions/8925434/django-class-based-generic-views-url-variable-passing answers my question. The URL par

Are Generic Views limited to querysets that are fixed for any one view?

2013-03-22 Thread Doug S
I'm new to using generic views and the genericness is obviously powerful, but I'm wondering how far it goes. If I have a model and want to display it as a list, I can use a generic view and even specify the query set it displays for a given view, but what if I want to constrain the query set thro