Y
Hacker News
new
|
ask
|
show
|
jobs
by
ac130kz
1652 days ago
Any change you make has to be atomic, or it is unable to detect the change, and you have to rely on manual migrations.
1 comments
WD-42
1652 days ago
What do you mean by this? Auto migrations detect changes in your models. I'm not sure what atomic means in this context.
link
ac130kz
1650 days ago
Let's say you change some attribute and the name of a model, Django simply does not recognize it, nuking the whole attribute
link