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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---