How to filter WHERE , OR on django with serializer,model and view?

Wanted to do something like “WHERE ( something = 1 OR something = 2 OR something = 3 )”
but with drf, didn’t find nothing close to it.