0 votes
in Django by

Select the incorrect statement: Migration Operations ________.

select the correct answer from below options

a) records history of model changes

b) runs through models without touching database

c) migrations aren’t automatically done based on history of model changes

d) helps to load models to memory

1 Answer

0 votes
by

c) migrations aren’t automatically done based on history of model changes

Related questions

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