You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(utils): make slugify replace all whitespace (#96777)
When attempting to use our `slugify` util, I realized that it only ever
replaced the first whitespace character with `-`.
This PR adjusts `slugify` so it more closely matches the built-in Django
`slugify` function. Thankfully this is really only used in forms for
creating new orgs/projects/teams/monitors, so the impact is minimal.
Pinging @malwilley as the most recent person to modify this function
(albeit years ago)
0 commit comments