]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Added ".. versionadded:: 2.8" to test_equalto.__doc__ 344/head
authorWalter Leibbrandt <WLeibbrandt_csir_co_za>
Wed, 18 Jun 2014 22:29:42 +0000 (00:29 +0200)
committerWalter Leibbrandt <WLeibbrandt_csir_co_za>
Wed, 18 Jun 2014 22:29:42 +0000 (00:29 +0200)
jinja2/tests.py

index 96967f927f7a6e40ebe614efc49909e8b544ba7b..37983f438d085fd1f40cee7c7efe97ee90227e4b 100644 (file)
@@ -119,6 +119,8 @@ def test_equalto(value, other):
     .. sourcecode:: jinja
 
         {{ users|selectattr("email", "equalto", "foo@bar.invalid") }}
+
+    .. versionadded:: 2.8
     """
     return value == other