I'm taking a look right now at the generic views list views. I want to show a list of article authors, and then the individual authors. I really want to use a slug (author's name) rather than an id, but rather than being stored in the Author model the name is stored in auth.User which I have a one to one field to.
For now I'm just writing my own view, but I was wondering if there is some way to still use the generic view in that situation?
-- Lach http://illuminosity.net/

