6 nov 2008 kl. 06.12 skrev Low Kian Seong: > > Dear all, > > Here is the excerpt of my urls.py > > (r'^stocks_edit/(?P<object_id>\d+)/?$', create_update.update_object, > dict(stock_information, > post_save_redirect="/")), >
I don't know about your specific problem, but I can see at least one bug in the code above: your first key in the dictionary has no value set. Try creating that dict in the python interactive interpreter and you'll see the error. /Håkan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---