url(r'^auction/(?P<object_id>\d+)/bid_history/$',
'assignment3.auction.views.bid_history' , {}, name='bid_history'),
try that

Dj Gilcrease
OpenRPG Developer
~~http://www.openrpg.com



On Fri, Oct 24, 2008 at 5:38 AM, Net_Boy <[EMAIL PROTECTED]> wrote:
>
> I change it to :      (r'^auction/(?P<object_id>\d+)/bid_history/$',
> 'assignment3.auction.views.bid_history' , 'bid_history'),
>
> but I get  error msg:
> Caught an exception while rendering: Reverse for
> 'assignment3.bid_history' with arguments '(2,)' and keyword arguments
> '{}' not found.
> it should say 'assignment3.auction.bid_history' !?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to