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
But this old version of django-model-utils breaks with Django 3.2:
E AttributeError: 'DeferredAttribute' object has no attribute 'field_name'
/home/brian/.cache/pypoetry/virtualenvs/karaage-uhi1oUwy-py3.9/lib/python3.9/site-packages/model_utils/tracker.py:112: AttributeError
So I need to upgrade django-model-utils. Fair enough. But it breaks due to the previous issue:
Problem
I want to be able to upgrade my application to Django 3.2.
But I was forced to stay behind and use an old version of django-model-utils (3.1.2), because the
TrackerField
has been broken. I think this might be:#331
But this old version of django-model-utils breaks with Django 3.2:
So I need to upgrade django-model-utils. Fair enough. But it breaks due to the previous issue:
#469
Apparently Django 4.0 would fix this (?), but:
So what is the solution? Is there any solution to get this working with Django 3.2? Maybe by patching the old version?
Or maybe I need to migrate/rewrite my code not to use
TrackerField
?Environment
The text was updated successfully, but these errors were encountered: