Skip to content

Commit

Permalink
Add selectattr and rejectattr in built-in filters list.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Feb 4, 2015
1 parent aae3ec9 commit 3dd3158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/templating.md
Expand Up @@ -721,9 +721,11 @@ Nunjucks has ported most of jinja's filters (click through for documentation):
* [list](http://jinja.pocoo.org/docs/templates/#list)
* [lower](http://jinja.pocoo.org/docs/templates/#lower)
* [random](http://jinja.pocoo.org/docs/templates/#random)
* [rejectattr](http://jinja.pocoo.org/docs/templates/#rejectattr) (only the single-argument form)
* [replace](http://jinja.pocoo.org/docs/templates/#replace) (the first argument can take a regular expression)
* [reverse](http://jinja.pocoo.org/docs/templates/#reverse)
* [round](http://jinja.pocoo.org/docs/templates/#round)
* [selectattr](http://jinja.pocoo.org/docs/templates/#selectattr) (only the single-argument form)
* [slice](http://jinja.pocoo.org/docs/templates/#slice)
* [sort](http://jinja.pocoo.org/docs/templates/#sort)
* [string](http://jinja.pocoo.org/docs/templates/#string)
Expand Down

0 comments on commit 3dd3158

Please sign in to comment.