1
0
mirror of https://github.com/django/django.git synced 2025-03-16 04:10:45 +00:00
django/tests/postgres_tests
Simon Charette 5d35e8eb06 [1.11.x] 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.

Backport of a354c69055fd818e612ce22eaa2da0576a4b89ee from master
2017-04-07 16:51:07 -04:00
..