Opened 7 years ago

Last modified 7 years ago

#27952 closed Cleanup/optimization

core.validators.validate_slug doesn't mention that only latin letters are accepted. — at Version 1

Reported by: Serhiy Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description (last modified by Tim Graham)

Just adding "latin" to

"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."

from https://github.com/django/django/blob/66bbde6819586cc3a75630e12e569dc8ae72f211/django/core/validators.py#L237

will fix this.

Change History (1)

comment:1 by Tim Graham, 7 years ago

Description: modified (diff)

I'm not sure about the suggested wording. At least for English speakers, I think "letters" is less confusing than "latin letters".

Note: See TracTickets for help on using tickets.
Back to Top