my django version
>>> django.VERSION
(1, 8, 5, 'final', 0)
Am I right here, or could you give me some suggestions, Many Thanks
--
Ticket URL: <https://code.djangoproject.com/ticket/30663>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
* component: Uncategorized => Template system
* version: 2.2 => master
* type: Uncategorized => Bug
Old description:
> Hi, Team,
> I an newer to this, I want to to verify myself define filter value{% if
> compOsMap|hash:key %} in the teamplate. it will get this error:
> "Could not parse the remainder: '|' from 'compMap|"
>
> my django version
> >>> django.VERSION
> (1, 8, 5, 'final', 0)
>
> Am I right here, or could you give me some suggestions, Many Thanks
New description:
Hi, Team,
I an newer to this, I want to to verify myself define filter value{% if
compOsMap|hash:key %} in the teamplate. it will get this error:
"Could not parse the remainder: '|' from 'compMap|"
my django version
{{{
>>> django.VERSION
(1, 8, 5, 'final', 0)
}}}
Am I right here, or could you give me some suggestions, Many Thanks
--
Comment:
This is a support question, not an issue in Django. Please check
[https://docs.djangoproject.com/en/2.2/ref/templates/builtins/#filters
documentation] and use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels].
--
Ticket URL: <https://code.djangoproject.com/ticket/30663#comment:1>