You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lastly, after the changes above have been deployed, field1 can then safely be removed in the model (plus another makemigrations run)
When we remove a field that was deprecated in the previous release by adding deprecate_field(), should we add IgnoreMigration() into migration where we remove the field in the second step?
The text was updated successfully, but these errors were encountered:
The question is about the second step:
When we remove a field that was deprecated in the previous release by adding
deprecate_field()
, should we addIgnoreMigration()
into migration where we remove the field in the second step?The text was updated successfully, but these errors were encountered: