#28694: django.utils.text.slugify Django slugify correction
-------------------------------------+-------------------------------------
     Reporter:  Elinaldo do          |                    Owner:  Elinaldo
  Nascimento Monteiro                |  do Nascimento Monteiro
         Type:  New feature          |                   Status:  assigned
    Component:  Utilities            |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  slugify, util        |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Elinaldo do Nascimento Monteiro:

Old description:

> Bug generation slug
>
> Example:
>
> {{{
> from django.utils import text
> text.slugify("___This is a test ---")
> output: ___this-is-a-test-
> }}}
>
> Improvement after correction
>
> {{{
> from django.utils import text
> text.slugify("___This is a test ---")
> output: this-is-a-test
> }}}
>
> Fix PR: https://github.com/django/django/pull/8733

New description:

 Bug generation slug

 Example:

 {{{
 from django.utils import text
 text.slugify("___This is a test ---")
 output: ___this-is-a-test-
 }}}

 Improvement after correction

 {{{
 from django.utils import text
 text.slugify("___This is a test ---")
 output: this-is-a-test
 }}}

 [https://github.com/django/django/pull/8733 PR]

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28694#comment:4>
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/070.f874f0f817ba8554adba2aff4c47af54%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to