質問編集履歴
1
タイトルの変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
Operations to perform:
|
30
30
|
|
31
|
-
Apply all migrations: a
|
31
|
+
Apply all migrations: aaaa
|
32
32
|
|
33
33
|
Traceback (most recent call last):
|
34
34
|
|
@@ -76,7 +76,7 @@
|
|
76
76
|
|
77
77
|
raise ValueError("\n".join(error.msg for error in errors))
|
78
78
|
|
79
|
-
ValueError: The field admin.LogEntry.user was declared with a lazy reference to 'aaaa.user', but app 'a
|
79
|
+
ValueError: The field admin.LogEntry.user was declared with a lazy reference to 'aaaa.user', but app 'aaaa' doesn't provide model 'user'.
|
80
80
|
|
81
81
|
```
|
82
82
|
|