Adrienne Domingus
1 min readSep 28, 2018

--

Hi Mohit — you should replace models.Model with SoftDeletionModel (instead of SoftDeletionQuerySet). Since SoftDeletionModel itself inherits from models.Model, you shouldn’t lose fields like id.

--

--