We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
posts.objects.search('test',('gtitle','gdesc')).order_by('-id')
error TypeError at /req_proc/reqdata search() takes exactly 2 arguments (3 given)
posts.objects.search('test')
error TypeError at /req_proc/reqdata get_field() got an unexpected keyword argument 'many_to_many'
The text was updated successfully, but these errors were encountered:
Hello,
you can just remove the many_to_many parameter from the meta.get_field() call in the fulltext.py module
Sorry, something went wrong.
BUGFIX #5: Fix many_to_many kwarg error for newer Django versions
0544c8b
BUGFIX confirm#5: Fixes many_to_many kwarg error (continued)
7437ead
No branches or pull requests
posts.objects.search('test',('gtitle','gdesc')).order_by('-id')
error
TypeError at /req_proc/reqdata
search() takes exactly 2 arguments (3 given)
posts.objects.search('test')
error
TypeError at /req_proc/reqdata
get_field() got an unexpected keyword argument 'many_to_many'
The text was updated successfully, but these errors were encountered: