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
350 stars 87 forks source link

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

Closed MrZyrus closed 10 months ago

MrZyrus commented 10 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 10 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 10 months ago

No problem, thank you :D