You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\project\src\testproj\apps\item\views\baseviews.py", line 170, in get
qs = qs.search(str(request.query_params['q']))
File "D:\project\src\testproj\apps\djorm_pgfulltext\models.py", line 315, in search
"%s('%s', %s)" % (function, config, adapt(query))
File "D:\project\src\testproj\apps\djorm_pgfulltext\utils.py", line 9, in adapt
a.prepare(connection.connection)
TypeError: must be psycopg2._psycopg.connection, not None
The text was updated successfully, but these errors were encountered:
Django 1.8.3
config = ('pg_catalog.english')
works ok
config = ('pg_catalog.english', 'pg_catalog.simple'),
raise
The text was updated successfully, but these errors were encountered: