Re: Admin Stopped Saving Record Changes!

2011-08-21 Thread Yaşar Arabacı
Well, that is because no error occured :) 2011/8/21 Lee > Solved: in the process of fixing indentation errors I accidentally > indented "obj.save()" so that it only fired on inserts not updates. > Interesting that Admin still generated the "Successful" message when > no save occurred. > > -- > Y

Re: Admin Stopped Saving Record Changes!

2011-08-21 Thread Lee
Solved: in the process of fixing indentation errors I accidentally indented "obj.save()" so that it only fired on inserts not updates. Interesting that Admin still generated the "Successful" message when no save occurred. -- You received this message because you are subscribed to the Google Group

Admin Stopped Saving Record Changes!

2011-08-21 Thread Lee
I've been happily tuning my Admin app the last few days, and suddenly noticed record changes (UPDATE) are no longer being saved to the database. Adds (INSERT) are working fine. I DO get the 'The ModelName "_unicode_" was changed successfully' message, but the database record is not affected, and ed