#29433: templatefilter "make_list" should receive a optional split variable
-------------------------------------+-------------------------------------
               Reporter:  danilovmy  |          Owner:  nobody
                   Type:  New        |         Status:  new
  feature                            |
              Component:  Template   |        Version:
  system                             |
               Severity:  Normal     |       Keywords:  templatefilter,
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 for use in template, for example:
 not only
 {% with my_list='i#am#stupid#user'|make_list %}
 #
 my_list=['i','#','a','m','#','s','t','u','p','i','d','#','u','s','e','r']
 ......

 it should to work too:

 {% with my_list='i#am#stupid#user'|make_list:'#' %}
 # my_list=['i','am','stupid','user']
 ......

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29433>
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/052.27dbbdba5c846b1b555bd8b58e29e56a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to