Loading tests/apps/tests.py +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
tests/apps/tests.py +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading