On Feb 10, 1:41 pm, Rob Hudson <[EMAIL PROTECTED]> wrote: > Interesting. I'm guessing it's not wired up to request.POST... I tried > naming my form like name="name.key" and got no DotExpandedDict love. :)
You'd just do the following line: post = DotExpandedDict(request.POST) then you'll have some love. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
