Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got an error. #6

Open
RedheatWei opened this issue May 4, 2018 · 1 comment
Open

I got an error. #6

RedheatWei opened this issue May 4, 2018 · 1 comment

Comments

@RedheatWei
Copy link

My Django version is 2.0.5 and python is 3.6, I got an error like this.
Traceback (most recent call last): File "/usr/local/lib64/python3.6/site-packages/django/core/handlers/exception.py", line 35, in inner response = get_response(request) File "/usr/local/lib64/python3.6/site-packages/django/core/handlers/base.py", line 128, in _get_response response = self.process_exception_by_middleware(e, request) File "/usr/local/lib64/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/usr/local/lib64/python3.6/site-packages/django/views/generic/base.py", line 69, in view return self.dispatch(request, *args, **kwargs) File "/usr/local/lib64/python3.6/site-packages/django/utils/decorators.py", line 62, in _wrapper return bound_func(*args, **kwargs) File "/data/opsplatform/public/views.py", line 16, in inner return func(reqeust, *args, **kwargs) File "/usr/local/lib64/python3.6/site-packages/django/utils/decorators.py", line 58, in bound_func return func.__get__(self, type(self))(*args2, **kwargs2) File "/usr/local/lib64/python3.6/site-packages/django/views/generic/base.py", line 89, in dispatch return handler(request, *args, **kwargs) File "/data/opsplatform/cmdb/views.py", line 50, in get AssetSInfo.objects.search('12312') File "/usr/local/lib/python3.6/site-packages/django_fulltext_search-0.2.0-py3.6.egg/django_fulltext_search.py", line 155, in search return self.get_query_set().search(query, **kwargs) File "/usr/local/lib/python3.6/site-packages/django_fulltext_search-0.2.0-py3.6.egg/django_fulltext_search.py", line 75, in search column = meta.get_field(field, many_to_many=False).column TypeError: get_field() got an unexpected keyword argument 'many_to_many'
My python code is this:
AssetSInfo.objects.search('12312')

@Arjune7
Copy link

Arjune7 commented Apr 9, 2024

column = meta.get_field(field, many_to_many=False).column
remove many_to_many=False from here, inside the django_fulltext_search.py file it will workout perfectly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants