Skip to content
Snippets Groups Projects
Commit c72fd22a authored by Samuel GAIST's avatar Samuel GAIST Committed by Samuel GAIST
Browse files

[experiments][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 c00e509c
No related branches found
No related tags found
Loading
This commit is part of merge request !327. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment