django/tests/postgres_tests
Mariusz Felisiak 4bf4222010 Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.
Thanks Patryk Zawadzki for the report.

Regression in 09ffc5c121.
2023-04-06 13:32:47 +02:00
..
array_default_migrations
array_index_migrations
migrations
__init__.py
fields.py
integration_settings.py
models.py
test_aggregates.py
test_apps.py
test_array.py
test_bulk_update.py
test_citext.py
test_constraints.py
test_functions.py
test_hstore.py
test_indexes.py Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_indexes. 2023-04-06 13:32:47 +02:00
test_integration.py
test_introspection.py
test_operations.py
test_ranges.py Refs #33308 -- Moved psycopg2 imports to the psycopg_any module. 2022-12-12 08:36:17 +01:00
test_search.py Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol. 2023-04-06 13:32:47 +02:00
test_signals.py
test_trigram.py
test_unaccent.py