1
0
mirror of https://github.com/django/django.git synced 2025-01-09 09:55:57 +00:00
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
models.py
test_aggregates.py Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg. 2018-06-28 20:29:33 -04:00
test_array.py Refs #29131 -- Made ArrayField error messages index from 1 instead of 0. 2018-04-22 22:18:46 -04:00
test_citext.py
test_functions.py
test_hstore.py
test_indexes.py
test_introspection.py Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields. 2018-04-10 09:33:05 -04:00
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