Re: non-editable model elements and generic updates

2007-05-31 Thread hotani
Just ignore me. I like to overlook obvious bits then wonder why it isn't working. I was using "editable=False" in several of the fields I wanted to hide, but missed one. So the "editable=False" solution *is* the fix I was looking for, I just gooned it up by missing a field. :-) --~--~-~-

non-editable model elements and generic updates

2007-05-31 Thread hotani
What is the best practice for handling this? Let's say I have a form with 3 fields: name, b-day, status I want a form that will allow the user to edit "name" and "b-day", then keep "status" whatever it was before the edit. Should I send this through as a hidden field? Of course, I'm talking abo