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
The field is frozen as a regular integer field by South, and consequently I get AttributeError: 'IntegerField' object has no attribute 'update_on_save' when attempting to apply a data migration that calls reposition().
The text was updated successfully, but these errors were encountered:
The field is frozen as a regular integer field by South, and consequently I get
AttributeError: 'IntegerField' object has no attribute 'update_on_save'
when attempting to apply a data migration that callsreposition()
.The text was updated successfully, but these errors were encountered: