回答編集履歴
3
表現一部修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
assertRaisesで例外をキャッチすると、別のエラー(TransactionManagementError)が発生する
|
1
|
+
assertRaisesで例外をキャッチすると、別のエラー(TransactionManagementError)が発生する
|
2
2
|
|
3
3
|
```Python
|
4
4
|
|
2
誤字修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
assertRaisesで例外をキャッチすると、別のエラー(ransactionManagementError)が発生するため、別の回避策
|
1
|
+
assertRaisesで例外をキャッチすると、別のエラー(TransactionManagementError)が発生するため、別の回避策
|
2
2
|
|
3
3
|
```Python
|
4
4
|
|
@@ -78,4 +78,4 @@
|
|
78
78
|
|
79
79
|
参考URL:
|
80
80
|
|
81
|
-
[
|
81
|
+
[https://codehero.jp/python/21458387/transactionmanagementerror-you-cant-execute-queries-until-the-end-of-the-atom](https://codehero.jp/python/21458387/transactionmanagementerror-you-cant-execute-queries-until-the-end-of-the-atom)
|
1
誤字修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
assertRaisesで例外をキャ
|
1
|
+
assertRaisesで例外をキャッチすると、別のエラー(ransactionManagementError)が発生するため、別の回避策
|
2
2
|
|
3
3
|
```Python
|
4
4
|
|