7

Wagtail 3 changes

This commit is contained in:
Alex Bridge
2022-01-28 11:53:57 +00:00
committed by nick.moreton
parent dd4530203f
commit c7eaec1315
89 changed files with 3003 additions and 1456 deletions

View File

@ -5,8 +5,8 @@ import factory
from wagtail_personalisation import models
class SegmentFactory(factory.DjangoModelFactory):
name = 'TestSegment'
class SegmentFactory(factory.django.DjangoModelFactory):
name = "TestSegment"
status = models.Segment.STATUS_ENABLED
class Meta: