[common][serializers] Fix fork_of field type
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.
parent
f8271392
No related branches found
No related tags found
Please register or sign in to comment