-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
bugIssue: Works not as designedIssue: Works not as designed
Description
Is it valid for a slug to contain upper case letters? The input 'NOT-AS-UPPERCASE'
to slug()
is returned as a valid slug.
Also, the presence of hyphens(-) at the beginning or end of the string isn't handled. For instance, the input '-no-no-no-'
to slug()
should return False
, while it returns a True
.
Metadata
Metadata
Assignees
Labels
bugIssue: Works not as designedIssue: Works not as designed