confirm / django-fulltext-search

Django support for MySQL / MariaDB full-text search
BSD 3-Clause "New" or "Revised" License
34 stars 23 forks source link

BUGFIX #5: Fixes many_to_many kwarg error (continued) #7

Open xurxodiz opened 6 years ago

xurxodiz commented 6 years ago

I was still getting the following error:

TypeError: get_field() got an unexpected keyword argument 'many_to_many'

I took inspiration from commit 0544c8bcb129471310e8114fa7bbb099848ed411 and made the same changes, only a couple lines below.