Shaifali Agrawal

Results 3 comments of Shaifali Agrawal

I was also facing `KeyError` for `id`, adding `root` was not working for me. I solved in following manner: ``` for item in request.data: item_serializer = self.get_serializer( get_object_or_404(self.filter_queryset(self.get_queryset()), pk=item['id']), data=item,...

Hi @KBenas , Thanks for PR. Changes are fixing the issue for Python3 and are also working in Python2. Please can you also change the version to `0.2` in [setup](https://github.com/exploreshaifali/django-softdelete-it/blob/master/setup.py#L12)...

Yes, but I don't have strict timeline for same.