farhan0581 / django-admin-autocomplete-filter

A simple Django app to render list filters in django admin using autocomplete widget.
GNU General Public License v3.0
351 stars 75 forks source link

Release 0.7 breaks Django < 3.1 #63

Closed lokhman closed 3 years ago

lokhman commented 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.

farhan0581 commented 3 years ago

0.7.1 released !