agateblue/django-dynamic-preferences

ModelMultipleChoicePreference update not working

Closed this issue · 2 comments

When I try to update Model Multiple Choice Preference I get this error:
image

The body of the request is:
image

What's wrong?

jkcgs commented

I am having the same issue, using GlobalPreferencesViewSet PATCH /bulk/ endpoint

Django 4.1.7
DRF 3.14.0
Python 3.10.9

image

Fixed by #293