From: Walter Leibbrandt Date: Wed, 18 Jun 2014 22:29:42 +0000 (+0200) Subject: Added ".. versionadded:: 2.8" to test_equalto.__doc__ X-Git-Tag: 2.8~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F344%2Fhead;p=thirdparty%2Fjinja.git Added ".. versionadded:: 2.8" to test_equalto.__doc__ --- diff --git a/jinja2/tests.py b/jinja2/tests.py index 96967f92..37983f43 100644 --- a/jinja2/tests.py +++ b/jinja2/tests.py @@ -119,6 +119,8 @@ def test_equalto(value, other): .. sourcecode:: jinja {{ users|selectattr("email", "equalto", "foo@bar.invalid") }} + + .. versionadded:: 2.8 """ return value == other