diff options
Diffstat (limited to 'tests/app_loading')
| -rw-r--r-- | tests/app_loading/not_installed/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app_loading/not_installed/models.py b/tests/app_loading/not_installed/models.py index 09cf2ac6ed..44a9d93c98 100644 --- a/tests/app_loading/not_installed/models.py +++ b/tests/app_loading/not_installed/models.py @@ -12,7 +12,7 @@ class RelatedModel(models.Model): class Meta: app_label = 'not_installed' - not_installed = models.ForeignKey(NotInstalledModel) + not_installed = models.ForeignKey(NotInstalledModel, models.CASCADE) class M2MRelatedModel(models.Model): |
