Re: django serializers are not thread safe?

2008-07-08 Thread sector119
Works fine for me! Thanks a lot! On 8 Лип, 16:30, mrts <[EMAIL PROTECTED]> wrote: > Patch uploaded tohttp://code.djangoproject.com/ticket/7676, please > test. > > On Jul 8, 4:21 pm, sector119 <[EMAIL PROTECTED]> wrote: > > > Problems > >  

Re: django serializers are not thread safe?

2008-07-08 Thread sector119
as demonstrated in > "BETTER" > athttp://code.djangoproject.com/wiki/DjangoSpecifications/Core/Threadin... > > On Jul 8, 3:56 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > > On Tue, 2008-07-08 at 05:49 -0700, sector119 wrote: > > > HI All! > > > > I

Re: django serializers are not thread safe?

2008-07-08 Thread sector119
DONE! http://code.djangoproject.com/ticket/7676 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from t

django serializers are not thread safe?

2008-07-08 Thread sector119
HI All! I have to deserialize, serialize objects in multiple threads with django serializers. But when I run Deserializer = serializers.get_deserializer(SERIALIZATION_FORMAT) in my threads (more then one, with _one_ thread all works great) I get KeyError in get_serializer function at `return _se