a little help with the urls.py and views.py

2011-07-22 Thread Derick Felsman
extending from the example found here https://docs.djangoproject.com/en/dev/topics/db/queries/ what if i wanted to create a url where i would pass in a list of authors (not necessarily a list but an unspecified number of different authors) and then query for an entry that has all of the specified

Re: a little help with the urls.py and views.py

2011-07-22 Thread Derick Felsman
bump On Jul 22, 12:15 am, Derick Felsman wrote: > extending from the example found here > > https://docs.djangoproject.com/en/dev/topics/db/queries/ > > what if i wanted to create a url where i would pass in a list of > authors (not necessarily a list but an unspecified number of different > auth

Re: a little help with the urls.py and views.py

2011-07-22 Thread Andre Terra
https://code.djangoproject.com/wiki/UsingTheMailingList On Fri, Jul 22, 2011 at 11:23 AM, Derick Felsman < derick.fels...@cbsinteractive.com> wrote: > bump > > On Jul 22, 12:15 am, Derick Felsman > wrote: > > extending from the example found here > > > > https://docs.djangoproject.com/en/dev/top