https://github.com/makinacorpus/django-safedelete
On Mon, Sep 5, 2022 at 4:13 PM Sohail Khan
wrote:
> any reference? link video or anything?
>
> On Monday, 5 September 2022 at 16:03:43 UTC+5:30 umairper...@gmail.com
> wrote:
>
>> To implement safe delete you have to override the model's delete
>
any reference? link video or anything?
On Monday, 5 September 2022 at 16:03:43 UTC+5:30 umairper...@gmail.com
wrote:
> To implement safe delete you have to override the model's delete
> functionality. There is nothing to do with restframework.
>
> Also there exists a package called djago-safed
To implement safe delete you have to override the model's delete
functionality. There is nothing to do with restframework.
Also there exists a package called djago-safedelete.
On Mon, 5 Sep 2022, 15:59 Sohail Khan,
wrote:
> hey guys can we implement safe delete in django rest framework if yes h