I have complex models and would like to just 'dump' some querysets to see exactly what they contain from view code.
I tried the generic list_detail (from urls.py) - but it appears to require writing a template.
Is there a way to dump data from a view (like how json is saved) that will work with anything passed?