mirror of
https://github.com/django/django.git
synced 2025-10-23 21:59:11 +00:00
This allows adding foreign key constraints inline and changing data in
the same migration on PostgreSQL 10+.
Regression in 738faf9da2
.
Thanks Janne Rönkkö for the report and Simon Charette for the
implementation idea and review.