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

Reverse m2m #52

Closed jaredahern closed 3 years ago

jaredahern commented 3 years ago

Fixed a situation where a reverse M2M would not work, and added testing for that and for forward and reverse one-to-one relationships. Should be merged in after #51 (or just in lieu of that one), as it resolves a merge conflict with it.