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

return 400 when calling bulk update with an empty payload #302

Closed MrZyrus closed 8 months ago

MrZyrus commented 8 months ago

Calling a bulk update on this api with an empty payload throws an unhandled exception here, error 500.

Handling this error now.

agateblue commented 8 months ago

Oh, the tests did pass already (https://github.com/agateblue/django-dynamic-preferences/actions/runs/7453819471), merging anyway without waiting for the rerun :smile:

MrZyrus commented 8 months ago

No problem, thank you :D