1
0
mirror of https://github.com/django/django.git synced 2025-04-11 11:02:22 +00:00
Simon Charette 9607e3a0cc [3.2.x] Fixed #32369 -- Fixed adding check constraints with pattern lookups and expressions as rhs.
This disables interpolation of constraint creation statements. Since
Constraint.create_sql interpolates its parameters instead of deferring
this responsibility to the backend connection it must disable
connection level parameters interpolation.

Backport of 42e8cf47c7ee2db238bf91197ea398126c546741 from master
2021-01-26 08:20:40 +01:00
..