django/tests/postgres_tests
Simon Charette a354c69055 Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Reverted 658f1e8 which broke code using __icontains's implicit cast to ::text
on ArrayField.

Thanks Peter J. Farrell for the report.
2017-04-07 16:47:52 -04:00
..
array_default_migrations
array_index_migrations
migrations
__init__.py
fields.py
models.py
test_aggregates.py
test_array.py Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL. 2017-04-07 16:47:52 -04:00
test_citext.py
test_functions.py
test_hstore.py Replaced type-specific assertions with assertEqual(). 2017-03-17 07:51:48 -04:00
test_indexes.py Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters. 2017-03-18 08:12:10 -04:00
test_json.py
test_ranges.py
test_search.py Replaced type-specific assertions with assertEqual(). 2017-03-17 07:51:48 -04:00
test_trigram.py
test_unaccent.py