agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
346 stars 86 forks source link

ModelMultipleChoicePreference update not working #291

Closed 5h4d0wb0y closed 1 year ago

5h4d0wb0y commented 1 year ago

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 1 year ago

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

Django 4.1.7 DRF 3.14.0 Python 3.10.9

image

agateblue commented 1 year ago

Fixed by https://github.com/agateblue/django-dynamic-preferences/pull/293