1
0
mirror of https://github.com/django/django.git synced 2025-01-27 10:39:40 +00:00
Simon Charette 0c42cdf0d2 Fixed #32374 -- Stopped recording migration application before deferred SQL.
Migrations cannot be recorded in the same transaction as its associated
DDL operations when some of it is deferred until the schema editor
context exits.

Regression in c86a3d80a25acd1887319198ca21a84c451014ad.
2021-01-21 07:03:35 +01:00
..