Closed
Description
set_context method in Validation class - change internal state of callable instance in process.
DRF Field class override deepcopy for create shared "validators".
It means, that validators must be a ThreadSafe, but with set_context it is not so...
Note from @tomchristie: See also #3863, #3870