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
Thanks; I see that Django 1.9 added an allow_unicode argument to SlugField which would fix this: https://docs.djangoproject.com/en/1.9/releases/1.9/ – we'll implement something like the issue you link to, to continue supporting 1.8.
Steps to reproduce:
/speaker/add
; or import speakers from Popolo JSONDjango warns, "Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens".
The text was updated successfully, but these errors were encountered: