Refactor update creation api
All threads resolved!
All threads resolved!
Compare changes
- Samuel GAIST authored
It was a JSONField however it should be a CharField. It worked because the DRF JSONField does not actually do type checks so a string can be dumped and it passes the validation successfully.
+ 1
− 1
@@ -364,7 +364,7 @@ class ContributionModSerializer(serializers.ModelSerializer):