We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d60d0 commit 797b8e7Copy full SHA for 797b8e7
backend/src/openarchiefbeheer/destruction/tests/factories.py
@@ -12,6 +12,7 @@ class DestructionListFactory(factory.django.DjangoModelFactory):
12
13
class Meta:
14
model = "destruction.DestructionList"
15
+ django_get_or_create = ("name",)
16
17
18
class DestructionListAssigneeFactory(factory.django.DjangoModelFactory):
0 commit comments