#29457: Spaces between  argument separator and argument in template filter 
generate
error
-------------------------------------------+------------------------
               Reporter:  oliver           |          Owner:  nobody
                   Type:  Bug              |         Status:  new
              Component:  Template system  |        Version:  master
               Severity:  Normal           |       Keywords:
           Triage Stage:  Unreviewed       |      Has patch:  0
    Needs documentation:  0                |    Needs tests:  0
Patch needs improvement:  0                |  Easy pickings:  1
                  UI/UX:  0                |
-------------------------------------------+------------------------
 In the template filter system now, spaces between augment separator and
 augments are not allowed.
 For example, the following template code generates the following error.

 {{{
 {{ value | filter: "arg"}}
 }}}

 {{{
 TemplateSyntaxError at /
 Could not parse the remainder: ': "arg"' from 'value | filter: "arg"'
 }}}

 It would be better to allow spaces between them.

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

Reply via email to