6👍
✅
The primary key is an attribute of self.object
, not self
(the view itself).
def get_success_url(self):
return reverse_lazy('accounts:detail_company', kwargs={'pk': self.object.pk})
Source:stackexchange.com