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
...