mirror of
https://github.com/django/django.git
synced 2025-08-23 18:29:12 +00:00
[1.7.x] Fixed flake8 warning.
Backport of ef9e3c5ed8 from master
This commit is contained in:
parent
6149a0ab18
commit
af1c85e851
@ -248,6 +248,7 @@ class AppsTests(TestCase):
|
|||||||
"Conflicting 'southponies' models in application 'apps':.*"):
|
"Conflicting 'southponies' models in application 'apps':.*"):
|
||||||
type(str("SouthPonies"), (models.Model,), body)
|
type(str("SouthPonies"), (models.Model,), body)
|
||||||
|
|
||||||
|
|
||||||
class Stub(object):
|
class Stub(object):
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
self.__dict__.update(kwargs)
|
self.__dict__.update(kwargs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user