Justin Fagnani wrote: > This is the third time this issue has come up in the last day :) > > Try this, since it'll work for dictionaries, lists, and objects: > > from django.template import resolve_variable > @register.filter > def lookup(value, key): > return resolve_variable(key,value) > > -Justin Thanks, Justin. This does an even better job.
I think the frequency of this issue shouts louder than ever that this filter should be in Django by default :-) Nick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---