Changes between Initial Version and Version 1 of Ticket #25140


Ignore:
Timestamp:
Jul 17, 2015, 8:20:21 PM (9 years ago)
Author:
luccascorrea
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25140 – Description

    initial v1  
    66
    77
     8
     9{{{
    810CREATE DATABASE `test_compras`
    911set autocommit=0
     
    2931rollback
    3032set autocommit=1
     33}}}
     34
    3135
    3236The stacktrace I get is pasted below:
    3337
     38
     39{{{
    3440IntegrityError: (1215, 'Cannot add foreign key constraint')
    3541  File "raven/contrib/django/management/__init__.py", line 41, in new_execute
     
    4349  File "MySQLdb/cursors.py", line 205, in execute
    4450  File "MySQLdb/connections.py", line 36, in defaulterrorhandler
     51}}}
     52
    4553
    4654I ran the same test with Django 1.7.9 and it worked fine.
Back to Top