summaryrefslogtreecommitdiff
path: root/tests/apps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/apps')
-rw-r--r--tests/apps/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py
index 1a308efb6a..f6bef17e42 100644
--- a/tests/apps/tests.py
+++ b/tests/apps/tests.py
@@ -248,6 +248,7 @@ class AppsTests(TestCase):
"Conflicting 'southponies' models in application 'apps':.*"):
type(str("SouthPonies"), (models.Model,), body)
+
class Stub(object):
def __init__(self, **kwargs):
self.__dict__.update(kwargs)