As referenced in 06aa98871424d2cf76f377108019b81b419cc117, UpdateTogetherModel is completely broken in 1.8, raising AttributeError: type object 'EnlightenedModel' has no attribute '_get_next_or_previous_by_FIELD'. I can’t figure out how to prevent this, and my best guess is that it’s some inheritance issue.
As referenced in 06aa98871424d2cf76f377108019b81b419cc117,
UpdateTogetherModel
is completely broken in 1.8, raisingAttributeError: type object 'EnlightenedModel' has no attribute '_get_next_or_previous_by_FIELD'
. I can’t figure out how to prevent this, and my best guess is that it’s some inheritance issue.