I have a model that has an optional ImageField. Once the user uploads an image, they need to be able clear it if they want to. Can this be done using the standard ModelViewSet or do I need to override one of its methods with custom logic?
-- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
