2018년 6월 5일 화요일 오전 10시 52분 16초 UTC+9, [email protected] 님의 말:
>
> Currently, django template system allow spaces between filter separator 
> and filter name, also value name and filter separator. 
> So, following is ok.
>
>     {{ value    |    filter:"arg" }}
>     {{ value|filter:"arg" }}
>
> But, following can't be parsed
>
>     {{ value|filter: "arg" }}
>
> I think that this syntax is inconsistent.
> So allowing spaces between filter argument separator and filter argument 
> is better.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" 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].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/dada5fc6-3fad-4811-af17-4c911d4ab2a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to