Loading tests/commands_sql/tests.py +1 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ class TestRouter(object): @override_settings(DATABASE_ROUTERS=[TestRouter()]) class SQLCommandsRouterTestCase(TestCase): @ignore_warnings(category=RemovedInDjango20Warning) def test_router_honored(self): app_config = apps.get_app_config('commands_sql') for sql_command in (sql_all, sql_create, sql_delete, sql_indexes, sql_destroy_indexes): Loading Loading
tests/commands_sql/tests.py +1 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ class TestRouter(object): @override_settings(DATABASE_ROUTERS=[TestRouter()]) class SQLCommandsRouterTestCase(TestCase): @ignore_warnings(category=RemovedInDjango20Warning) def test_router_honored(self): app_config = apps.get_app_config('commands_sql') for sql_command in (sql_all, sql_create, sql_delete, sql_indexes, sql_destroy_indexes): Loading