1
0
mirror of https://github.com/django/django.git synced 2025-03-06 07:22:32 +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
..