We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80d60d0 + 797b8e7 commit c4648d1Copy full SHA for c4648d1
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