> Probably best to give a (short) code example showing how you are trying > to do this. Creating a model as MyModel(**some_dict) works, since that > is exactly the same as explicitly passing in keyword arguments, so maybe > you are doing something odd somewhere else.
Thank you. I was trying to do: m = MyModel(my_dict) instead of m = MyModel(**my_dict) Works now. :-) -Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---