On Tue, 2007-06-26 at 11:22 -0700, robo wrote: > Hopefully you guys can spot an error I've not been able to. This is > the error I get: > > AttributeError at /vendor/Chef/1/ > 'Order_DetailForm' object has no attribute 'save' > Request Method: POST > Request URL: http://192.168.1.104:8000/vendor/Chef/1/ > Exception Type: AttributeError > Exception Value: 'Order_DetailForm' object has no attribute 'save' >
[..] > Also, the error "'Order_DetailForm' object has no attribute 'save'" > doesn't look right. Isn't it supposed to be "'OrderDetailForm' object > has no attribute 'save'" because I defined OrderDetailForm, not > Order_DetailForm? Yes, that is unexpected. This problem will be a lot easier to debug if you can post the full traceback, rather than just the final line that is at the top of the debug page. Look on the error page. There is a link called "cut-and-paste view". Click on that and then cut-and-paste the traceback it shows. That might provide some more clues. Thanks, Malcolm -- The hardness of butter is directly proportional to the softness of the bread. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---