On Fri Feb 09, 2007 at 02:54:44PM -0800, SmileyChris wrote: > > Hi Rob, there's similar functionality in Django already (but it's > undocumented afaik) using a custom data structure called > DotExpandedDict: > http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L215 > > I just opened a ticket regarding it's undocumented nature.
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. :) Thanks, Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
