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 e2650e5 commit 8c19323Copy full SHA for 8c19323
sde_collections/models/delta_patterns.py
@@ -63,7 +63,7 @@ def is_most_distinctive_pattern(self, url) -> bool:
63
.filter(models.Q(delta_urls__url=url.url) | models.Q(curated_urls__url=url.url))
64
.exclude(id=self.id)
65
.distinct()
66
- )
+ ) # TODO: does this have a distinct urls, or distinct model objects.
67
68
# If any matching pattern has a smaller URL set, don't apply
69
for pattern in matching_patterns:
0 commit comments