miki725 / django-rest-framework-bulk

Django REST Framework bulk CRUD view mixins
Other
521 stars 106 forks source link

Bulk Serializer work with HyperLinkedModelSerializer('url') #49

Open vjnt opened 8 years ago

vjnt commented 8 years ago

Greetings, I liked the framework and have been using it, but wondering if the framework supports HyperLinkedModelSerializer fields when doing an update. I went ahead and made some changes to get this to work, but wondering if it is already supported.

thanks vjnt

miki725 commented 8 years ago

Unfortunately no. Currently only simple integer id field is supported. If you already got it working, PR would be welcome!

melinath commented 7 years ago

I'm using this with HyperlinkedModelSerializer and so far it seems to be working fine... is there something I'm missing?