Hi everyone,

I need to do some table sorting and paging. To reduce trips to the DB,
I'm storing my initial queryset in a session using the file system
backend for local development.

I was thinking I might be able to use the dictsort filter and just
pass in the column as a variable to do the column sorting, but I can't
seem to convert a queryset into a dictionary to use with the dictsort
filter. Calling dict(queryset) returns an error.

Can anyone offer some pointers?

Thanks,
Brandon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to