mirror of
https://github.com/django/django.git
synced 2025-07-19 11:15:19 +00:00
PEP8 cleanup
Signed-off-by: Jason Myers <jason@jasonamyers.com>
This commit is contained in:
parent
0fdb692c6c
commit
7a61c68c50
128 changed files with 739 additions and 206 deletions
|
@ -58,6 +58,7 @@ class TestRouter(object):
|
|||
def allow_migrate(self, db, model):
|
||||
return False
|
||||
|
||||
|
||||
class SQLCommandsRouterTestCase(TestCase):
|
||||
def setUp(self):
|
||||
self._old_routers = router.routers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue