Changes between Initial Version and Version 1 of Ticket #29721, comment 1


Ignore:
Timestamp:
Oct 19, 2018, 3:07:43 PM (6 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29721, comment 1

    initial v1  
    11I 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.
    22
    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?
     3Are 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?
    44
    55Are you able to provide a patch/PR?
Back to Top