in_list filter

1
2
3
4
5
# by mikeivanov (on April 16, 2007)

@register.filter
def in_list(value,arg):
   return value in arg

More like this

  1. Basic logic filters by mikeivanov 4 years, 8 months ago
  2. Template filter to get a list element by its index by abidibo 1 week, 6 days ago
  3. If in list template tag by udfalkso 4 years, 10 months ago
  4. order_by template filter by marinho 4 years ago
  5. table with n items per row using custom modulo tag by elgreengeeto 3 years, 5 months ago

Comments

mikeivanov (on August 22, 2007):

Thanks, guychi :-)

#

afroisalreadyinu (on April 9, 2008):

dammit, i wrote a tag for this whole thing, it's 20 times longer. never thought about such a clean and simple solution. i guess i'll use this one.

#

Romain Hardouin (on June 13, 2008):

i love this kinda snippet: tiny n' nifty :-)

#

pgugged (on July 2, 2008):

small,nice,clean and useful :)

#

bloodpet (on July 29, 2009):

Thanks. This really makes it easier.

#

(Forgotten your password?)