变量和属性不能以下划线django模板开头

时间:2017-12-30 21:41:50

标签: python django

创建私有过滤器解决方案适用于这种情况

  

{{value | private:'_ id'}}

但是对于这种情况

  

{%url'value.show'value | private ='_ id'%}

它是否有效解决这个问题

过滤器ex: Django Templates and MongoDB _id

PS: 我正在使用couchdb与mongo查询。

TemplateSyntaxError 
Variables and attributes may not begin with underscores: 'value._id'
Request Method: GET
Exception Type: TemplateSyntaxError
Exception Value:    
Variables and attributes may not begin with underscores: 'value._id'
Python Version: 3.6.4

0 个答案:

没有答案