django/tests/postgres_tests
Simon Charette 1a28dc3887 Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields.
The PostgreSQL concat() function handles nulls and non-text values better than
the || operator.
2018-07-21 21:32:21 -04:00
..
array_default_migrations
array_index_migrations
migrations
__init__.py
fields.py Refs #26610 -- Added CIText mixin and CIChar/Email/TextField. 2017-02-11 07:16:35 -05:00
models.py
test_aggregates.py
test_array.py
test_citext.py
test_functions.py
test_hstore.py
test_indexes.py
test_introspection.py
test_json.py
test_ranges.py
test_search.py Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields. 2018-07-21 21:32:21 -04:00
test_signals.py
test_trigram.py
test_unaccent.py