Thanks Chris. Thats it. With those changes that Django has made, I think it's better to make the direction of making some fields readonly in the admin and give the option of changing the values with an edit button.
THis is very much needed for Orders. Currently when I view an order in admin, I see all the fields in edit mode which is something not safe. One may accidentally change a few values, if not careful. The best would be to make all fields readonly and an ajax edit for each field with explicit confirmation. Thanks, Shakthi On Fri, Jan 23, 2009 at 7:36 PM, Chris Moffitt <[email protected]> wrote: > Based on your traceback, I believe this is related to this ticket - > http://www.satchmoproject.com/trac/ticket/707 > > We need to make a decision if we're ready to update our trunk to Django > trunk or tell people that we need to keep it at 1.0.2 for now. > > -Chris > > On Fri, Jan 23, 2009 at 12:11 AM, Bruce Kroeze <[email protected]> wrote: >> >> On Thu, Jan 22, 2009 at 9:40 PM, Shankar Dhanasekaran >> <[email protected]> wrote: >>> >>> Hi all, >>> With the latest django trunk 9784, am getting typeerror at all forms >>> in admin pages, like product addition, category addition, etc., Has >>> django change the way 'request' being processed? >>> >>> http://dpaste.com/112037/ >>> >> >> Hm, I just updated to test. The "simple" project works just fine out of >> the box with no tweaks. >> >> -- >> Bruce Kroeze >> http://gosatchmo.com >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
