#20694: Non-ascii unicode characters considered invalid in username
-------------------------------+--------------------------------------
     Reporter:  akhayyat@…     |                    Owner:  nobody
         Type:  Uncategorized  |                   Status:  new
    Component:  contrib.auth   |                  Version:  1.5
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  1              |      Needs documentation:  1
  Needs tests:  1              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by hirokiky):

 * cc: hirokiky@… (added)
 * needs_docs:   => 1
 * needs_tests:   => 1
 * needs_better_patch:   => 0


Comment:

 I sometime use the username as some slugs on URL, like:

 {{{
 http://myservice.co.jp/username/
 }}}

 If the username allow to use Unicode, we will have to use Unicode in the
 URL.
 Non-ASCII url is not allowed on Django, I remember so.

 Either allowed or not, this patch should contain some tests and docs.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20694#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/076.18710ac2591398de8d43c8fd6deebb6d%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to