0 votes
in Django by

 When an object is saved, Django _____________.

select the correct answer from below options

a) emits a pre save signal

b) emit a post save signal

c) prepares data for the database

d) preprocesses the data

e) inserts data into database

f) all the options

1 Answer

0 votes
by
f) all the options

Related questions

0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
0 votes
asked Jun 28, 2022 in Django by Robin
...