-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
sentry/src/sentry/models/organization.py
Line 252 in 633990e
| slugify_target = slugify_target.lower().replace("_", "-").strip("-") |
sentry/src/sentry/db/models/utils.py
Line 107 in 633990e
| value = value.strip("-") |
strip, replace and lower usages at above is unnecessary because slugify at utils.py#L106 function handles these steps
Reactions are currently unavailable
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Support