Re: urls.py generic views and foreign keys

2009-11-04 Thread David
Thank you Daniel, that worked perfectly. --~--~-~--~~~---~--~~ 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 em

Re: urls.py generic views and foreign keys

2009-11-04 Thread Daniel Roseman
On Nov 4, 3:34 pm, David wrote: > Hello > > I have just started to learn Django. > > I have setup a Blog model, and an Entry model. I would like to use a > generic view to list all of the entries in a given blog. The url to > this should be /blog-slug/. > > I am unclear how I can bring up all of