Re: encoding and escaping of form values

2008-07-12 Thread commander_coder
Thank you *very* much. > What happens when you try it? Your computer won't catch on fire when you > make a mistake, so experimentation is a good way to learn. :-) I left out a lot of fumblings, including these ones. I find that when I'm beginning trying to understand a system with lots of parts

Re: encoding and escaping of form values

2008-07-12 Thread commander_coder
Thank you *very* much. > What happens when you try it? Your computer won't catch on fire when you > make a mistake, so experimentation is a good way to learn. :-) I left out a lot of fumblings, including these ones. I find that when I'm beginning trying to understand a system with lots of parts

Re: encoding and escaping of form values

2008-07-12 Thread Malcolm Tredinnick
On Sat, 2008-07-12 at 07:03 -0700, commander_coder wrote: > I'm trying to write some of my first custom Django widgets, fields, > and forms. I'm having some trouble making out what the source code > does. > > I have radio buttons that end in html something like this. > string > Here "key" and

encoding and escaping of form values

2008-07-12 Thread commander_coder
I'm trying to write some of my first custom Django widgets, fields, and forms. I'm having some trouble making out what the source code does. I have radio buttons that end in html something like this. string Here "key" and "string" come from the db and could be non-ascii, or any string at all.