Kaydet (Commit) 70428902 authored tarafından Claude Paroz's avatar Claude Paroz

Added missing available app in migrations test case

In some test combinations, having contrib.auth available but not
contrib.contenttypes can produce failures while creating permissions.
üst 4b0a45ce
......@@ -1512,6 +1512,7 @@ class SwappableOperationTests(OperationTestBase):
available_apps = [
"migrations",
"django.contrib.auth",
"django.contrib.contenttypes",
]
@override_settings(TEST_SWAP_MODEL="migrations.SomeFakeModel")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment