We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5e774 commit 903deefCopy full SHA for 903deef
sde_collections/models/delta_patterns.py
@@ -30,7 +30,7 @@ class MatchPatternTypeChoices(models.IntegerChoices):
30
match_pattern = models.CharField(
31
"Pattern", help_text="This pattern is compared against the URL of all documents in the collection"
32
)
33
- match_pattern_type = models.IntegerField(choices=MatchPatternTypeChoices.choices, default=1)
+ match_pattern_type = models.IntegerField(choices=MatchPatternTypeChoices.choices, default=2)
34
delta_urls = models.ManyToManyField(
35
"DeltaUrl",
36
related_name="%(class)ss", # Makes delta_url.deltaincludepatterns.all()
0 commit comments