diff options
| author | Marten Kenbeek <marten.knbk@gmail.com> | 2015-06-30 20:38:07 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-30 15:01:22 -0400 |
| commit | 42aa919de9ef9d039a72e468bdb4e868daa32e5c (patch) | |
| tree | b85e29c5c824648f8936f69e85da05774ca72999 /tests/apps | |
| parent | fdaf9359ab84b06da48f3bb0d5a924b62ace0561 (diff) | |
[1.8.x] Refs #23621 -- Fixed warning message when reloading models.
Backport of aabb58428beae0bd34f32e5d620a82486b670499 from master
Diffstat (limited to 'tests/apps')
| -rw-r--r-- | tests/apps/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py index 4d7cd562a3..8c9f815a36 100644 --- a/tests/apps/tests.py +++ b/tests/apps/tests.py @@ -234,7 +234,7 @@ class AppsTests(TestCase): self.assertEqual(len(w), 1) self.assertTrue(issubclass(w[-1].category, RuntimeWarning)) self.assertEqual(str(w[-1].message), - "Model 'southponies.apps' was already registered. " + "Model 'apps.southponies' was already registered. " "Reloading models is not advised as it can lead to inconsistencies, " "most notably with related models.") |
