Closed lokhman closed 3 years ago
The recent major release 0.7 breaks compatibility with Django 2 and Django 3.0, because of the import of django.db.models.ForeignObjectRel, which was introduced only in Django 3.1.
django.db.models.ForeignObjectRel
0.7.1 released !
The recent major release 0.7 breaks compatibility with Django 2 and Django 3.0, because of the import of
django.db.models.ForeignObjectRel
, which was introduced only in Django 3.1.