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