Open eermis1 opened 4 years ago
Important Notes about Mixin Functins will be documented in this issue
RetrieveUpdateAPIView
Save Last User's Info Such As Username
def perform_create(self, serializer): serializer.save(user=self.request.user)
Important Notes about Mixin Functins will be documented in this issue