We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b273a5f commit 26af293Copy full SHA for 26af293
1 file changed
dojo/settings/settings.dist.py
@@ -302,7 +302,7 @@
302
# Initial behaviour in Defect Dojo was to delete all duplicates when an original was deleted
303
# New behaviour is to leave the duplicates in place, but set the oldest of duplicates as new original
304
# Set to True to revert to the old behaviour where all duplicates are deleted
305
- DD_DUPLICATE_CLUSTER_CASCADE_DELETE=(str, False),
+ DD_DUPLICATE_CLUSTER_CASCADE_DELETE=(bool, False),
306
# Enable Rate Limiting for the login page
307
DD_RATE_LIMITER_ENABLED=(bool, False),
308
# Examples include 5/m 100/h and more https://django-ratelimit.readthedocs.io/en/stable/rates.html#simple-rates
0 commit comments