1
0
mirror of https://github.com/django/django.git synced 2025-02-13 02:46:41 +00:00
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
..