We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f195dec commit dd7d5fcCopy full SHA for dd7d5fc
tests/test_filters.py
@@ -305,7 +305,7 @@ class SearchListView(generics.ListAPIView):
305
]
306
307
308
-@pytest.mark.skipif(not postgres_fields, reason='psycopg2 is not installed')
+@pytest.mark.skipif(not postgres_fields, reason='PostgreSQL support (postgres_fields) is not available')
309
class SearchPostgreSQLFilterTests(TestCase):
310
311
def test_unaccent_search(self):
0 commit comments