1
0
mirror of https://github.com/django/django.git synced 2025-02-01 21:29:24 +00:00
Simon Charette 2e8941b6f9 Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on PostgreSQL.
The namespace of the constraint must be included when making the
constraint immediate.

Regression in 22ce5d0031bd795ade081394043833e82046016c.

Thanks Rodrigo Estevao for the report.
2020-06-24 08:37:20 +02:00
..