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
authors, what would be the best way to go about doing that.

urls.py and views.py code examples would be appreciated.  Thanks.

-- 
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