Loading tests/migrations/test_operations.py +1 −0 Original line number Diff line number Diff line Loading @@ -582,6 +582,7 @@ class OperationTests(MigrationTestBase): self.assertEqual(project_state.render().get_model("test_runpython", "Pony").objects.count(), 6) self.assertEqual(project_state.render().get_model("test_runpython", "ShetlandPony").objects.count(), 2) class MigrateNothingRouter(object): """ A router that sends all writes to the other database. Loading django/db/migrations/state.py +1 −1 File changed.Contains only whitespace changes. Show changes tests/modeladmin/tests.py +2 −2 File changed.Contains only whitespace changes. Show changes Loading
tests/migrations/test_operations.py +1 −0 Original line number Diff line number Diff line Loading @@ -582,6 +582,7 @@ class OperationTests(MigrationTestBase): self.assertEqual(project_state.render().get_model("test_runpython", "Pony").objects.count(), 6) self.assertEqual(project_state.render().get_model("test_runpython", "ShetlandPony").objects.count(), 2) class MigrateNothingRouter(object): """ A router that sends all writes to the other database. Loading