Re: HStoreField not working

2017-06-15 Thread eyal
Hey, I had the same error though not necessarily the same situation: We were working with old Django 1.7, and had some HStores and used django_hstore lib since Django didn't natively support HStore back then. anyways, when migrating to 1.11 just now, I dropped the usage of django_hstore and

Re: get_identity method of BaseSerializer removed in DRF 3.x version. But no documentation

2017-06-15 Thread Xavier Ordoquy
Hi, mapping between data and instances is performed when instantiating the serializer. Depending on your use case, it'll be get_object and/or your own code that would substitute to it. Regards, Xavier Ordoquy, Linovia. Le mercredi 14 juin 2017 18:44:09 UTC+2, Priyanka Thakur a écrit : > > Hi,