{{{
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.
* status: new => closed
* resolution: => duplicate
* component: Uncategorized => Template system
Comment:
Duplicate of #30086 which suggests to document the behavior.
--
Ticket URL: <https://code.djangoproject.com/ticket/30119#comment:1>