On 3/22/06, Arthur <[EMAIL PROTECTED]> wrote: > > Your example you aren't passing in that info_dict you created. > > Thanks Max. That's what I tried first. But from the partially updated > tutorial in the mr branch docs and the error message > "object_detail() got multiple values for keyword argument 'queryset'" > when I try that I surmised that the info_dict somehow gets implicitly > passed. Where could those multiple values for 'queryset' come from?
The info_dict never gets implicitly passed -- it's always explicitly passed. We're removing the magic, not adding to it! :) But as for your question, it seems like you're getting that error because you're passing in 'queryset' twice. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---