karanlyons / django-save-the-change

Your DB Got It the First Time.
http://django-save-the-change.readthedocs.io
Other
114 stars 29 forks source link

UpdateTogetherModel broken in Django 1.8 #13

Closed karanlyons closed 7 years ago

karanlyons commented 9 years ago

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.

karanlyons commented 7 years ago

Fixed in 2.0.