#30119: Filter floatformat seems to ignore the localize off tag
-------------------------------------+-------------------------------------
               Reporter:  Marc       |          Owner:  nobody
  Parizeau                           |
                   Type:  Bug        |         Status:  new
              Component:             |        Version:  2.1
  Uncategorized                      |       Keywords:  localization
               Severity:  Normal     |  floatformat
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Using the following localization config:

 {{{
 LANGUAGE_CODE = 'fr-ca'
 USE_L10N = True
 }}}

 The following in a template:

 {{{
 {% localize off %}{{value}}{% endlocalize %}
 }}}

 produces an unlocalized float, but not:

 {{{
 {% localize off %}{{value|floatformat}}{% endlocalize %}
 }}}

 Is this expected behavior?

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

Reply via email to