#23558: document slugify limitations
--------------------------------------+------------------------------------
     Reporter:  kmike                 |                    Owner:  dhoffman
         Type:  Cleanup/optimization  |                   Status:  assigned
    Component:  Documentation         |                  Version:  1.7
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  1                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by SmileyChris):

 The problem is, it's not *just* ASCII alphanumerics kept either so the
 suggested description is still incorrect:
 {{{
 Python 3.4.0 (default, Apr 11 2014, 13:05:11)
 [GCC 4.8.2] on linux
 Type "help", "copyright", "credits" or "license" for more information.
 (InteractiveConsole)
 >>> from django.utils.text import slugify
 >>> slugify('Māori')
 'maori'
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23558#comment:7>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.c87451102ae9d60af9294c05ff188571%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to