Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3716 Widoki

Hello,
When I'm deleting model instance I want to check some conditions and if that conditions are true then allow deleting and if conditions are false don't allow user to delete entry.
So what  I thought, __del__() method is destructor and first I was thinking to use this function but after some testings it doesn't work as I want, so I must find another way. I want to find a way to test conditions before deletion happens and decide allow or not.
If question is still unclear tell me.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

I've found a solution: I must override unlink method

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 24
1736
1
lis 23
4248
3
lis 24
10540
2
gru 22
14871
1
lis 21
4984