Changes between Initial Version and Version 1 of Ticket #25140
- Timestamp:
- Jul 17, 2015, 8:20:21 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25140 – Description
initial v1 6 6 7 7 8 9 {{{ 8 10 CREATE DATABASE `test_compras` 9 11 set autocommit=0 … … 29 31 rollback 30 32 set autocommit=1 33 }}} 34 31 35 32 36 The stacktrace I get is pasted below: 33 37 38 39 {{{ 34 40 IntegrityError: (1215, 'Cannot add foreign key constraint') 35 41 File "raven/contrib/django/management/__init__.py", line 41, in new_execute … … 43 49 File "MySQLdb/cursors.py", line 205, in execute 44 50 File "MySQLdb/connections.py", line 36, in defaulterrorhandler 51 }}} 52 45 53 46 54 I ran the same test with Django 1.7.9 and it worked fine.