--
Ticket URL: <https://code.djangoproject.com/ticket/32374>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/32374#comment:1>
* owner: nobody => Simon Charette
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/32374#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"0c42cdf0d2422f4c080e93594d5d15381d6e955e" 0c42cdf0]:
{{{
#!CommitTicketReference repository=""
revision="0c42cdf0d2422f4c080e93594d5d15381d6e955e"
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.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32374#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"6520ce5251e7d63d08bf965e5ca00e508f8a8613" 6520ce5]:
{{{
#!CommitTicketReference repository=""
revision="6520ce5251e7d63d08bf965e5ca00e508f8a8613"
[3.2.x] 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.
Backport of 0c42cdf0d2422f4c080e93594d5d15381d6e955e from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32374#comment:4>