mirror of https://github.com/django/django.git
parent
6149a0ab18
commit
af1c85e851
|
@ -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…
Reference in New Issue