ZZorba wrote: > I'm also aware of trickiness of eval() methods, > so,, I could solve the problem in this way > > " > profile_fields = "email email_backup brother sister".split() > for key in profile_fields: > getattr(request.user.get_profile(), key) > "
That's so Zope. > And, it works well. That's the problem. cheers Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---