bpepple / metron

Django website for a comic book database
https://metron.cloud/
GNU General Public License v3.0
62 stars 7 forks source link

Fix Series API POST method #267

Closed bpepple closed 3 weeks ago

bpepple commented 3 weeks ago

Python Requests doesn't pass null parameters, so we need to check if the parameter is present, and if not set it to None