Re: django deserialize and save new model object from xml

2008-12-26 Thread Russell Keith-Magee
On Wed, Dec 24, 2008 at 6:33 AM, dick...@gmail.com wrote: > > looking at the serialization serializers, is is possible to save "new" > instance of a model object represented in xml? > > i'm getting an error: > > node is missing the 'pk' attribute, but basically, there > isn't one, because i don'

django deserialize and save new model object from xml

2008-12-23 Thread dick...@gmail.com
looking at the serialization serializers, is is possible to save "new" instance of a model object represented in xml? i'm getting an error: node is missing the 'pk' attribute, but basically, there isn't one, because i don't want the object retrieved from the db, i want to instantiate it from th