So I want to do something I'd think would be extremely common and simple. user = User.objects.get(pk=data['id'])
I want a dictionary of the model attributes/values from user. user_dict = { 'first_name' : 'foo', ...... Am I asking to much or reading to little? -- To pretend, I actually do the thing: I have therefore only pretended to pretend. - Jacques Derrida --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---