Changes between Initial Version and Version 1 of Ticket #29721, comment 1
- Timestamp:
- Oct 19, 2018, 3:07:43 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29721, comment 1
initial v1 1 1 I guess we could move the recording logic in the context manager to be entirely correct but I'm surprised this has happened to you given the small amount of operations performed between the two blocks. 2 2 3 Are you certain you didn't [https://docs.djangoproject.com/en/2.1/topics/migrations/#mysql the documented caveat of MySQL regarding atomic migrations]? In that case this change wouldn't help at all. Was it the `django_migrations` table creation that failed?3 Are you certain you didn't hit [https://docs.djangoproject.com/en/2.1/topics/migrations/#mysql the documented caveat of MySQL regarding atomic migrations]? In that case this change wouldn't help at all. Was it the `django_migrations` table creation that failed? 4 4 5 5 Are you able to provide a patch/PR?