1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00
Simon Charette a354c69055 Fixed -- 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
..