in Education by

What is the use of the post_delete signal in Django?

1. Sent before a model’s save() method is called

2. Sent after a model’s save() method is called

3. Sent before a model’s delete() method is called

4. Sent after a model’s delete() method is called 

1 Answer

0 votes
by

Correct answer is 

4. Sent after a model’s delete() method is called 

Related questions

0 votes
    Which is the default port for the Django development server? 1. 8080 2. 8081 3. 8000 4. 9000...
asked Jul 4, 2021 in Education by JackTerrance
0 votes
    What is mixin in Django?...
asked Jul 2, 2021 in Education by JackTerrance
0 votes
    What is the difference between select_related and prefetch_related?...
asked Jul 2, 2021 in Education by JackTerrance
0 votes
    I am a beginner at Django and I am attempting to create a custom table using a html template called ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 22, 2022 in Education by JackTerrance
0 votes
    How to use file-based sessions in Django?...
asked Jul 2, 2021 in Technology by JackTerrance
0 votes
    What’s the use of Middleware in Django?...
asked Jul 1, 2021 in Technology by JackTerrance
0 votes
    What's the use of a session framework in Django?...
asked Jul 1, 2021 in Technology by JackTerrance
0 votes
    What kind of signal is used in speech recognition? (a) Electromagnetic signal (b) Electric signal (c) Acoustic signal (d) Radar Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    What is called as the properties of the signal that extend over interval? (a) Hops (b) Rate (c) Frames (d) All of the mentioned Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Signal transmission at synapse is a? (a) physical process (b) chemical process (c) physical & chemical both (d) none of the mentioned Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    How fast is propagation of discharge signal in cells of human brain? (a) less than 0.1m/s (b) 0.5-2m/s (c) 2-5m/s (d) 5-10m/s Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    What is learning signal in this equation ∆wij= µf(wi a)aj? (a) µ (b) wi a (c) aj (d) f(wi a) Please answer the above question....
asked Sep 7, 2022 in Education by JackTerrance
0 votes
    How can I pass arguments (e.g. a pointer to a struct) to a signal handler? I'm writing a ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 27, 2022 in Education by JackTerrance
0 votes
    What is the proper technique to have ThreadA signal ThreadB of some event, without having ThreadB sit ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
0 votes
    What is the proper technique to have ThreadA signal ThreadB of some event, without having ThreadB sit ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
...