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 777f248 commit 173b114Copy full SHA for 173b114
1 file changed
vulnerabilities/models.py
@@ -3284,9 +3284,7 @@ class Meta:
3284
fields=["_all_impacts_unfurled", "id"],
3285
name="advisory_unfurled_idx",
3286
),
3287
- models.Index(
3288
- fields=["is_latest", "_all_impacts_unfurled"]
3289
- )
+ models.Index(fields=["is_latest", "_all_impacts_unfurled"]),
3290
]
3291
3292
def save(self, *args, **kwargs):
0 commit comments