Changes between Version 1 and Version 3 of Ticket #29182


Ignore:
Timestamp:
Mar 3, 2018, 2:14:24 PM (6 years ago)
Author:
ezaquarii
Comment:

Please check this repository:

https://github.com/ezaquarii/django-sqlite-migration-bug

Please check out bootstrap.py

        with transaction.atomic():
            call_command('migrate')

I think this is the issue. It works ok without transaction.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29182 – Description

    v1 v3  
    2828Exact commands (available in provided `bug_repro.sh` script):
    2929{{{
     30cd backend
    3031make devel
    31 cd backend
    3232source ./env/bin/activate
    3333./manage.py bootstrap
Back to Top