We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is not None
1 parent 86e4d61 commit f2e0ad8Copy full SHA for f2e0ad8
scripts/jinjify.py
@@ -27,6 +27,7 @@
27
['abs(i - current_page)', '(i - current_page)|abs'],
28
['loop.index', 'loop.index0'],
29
['is None', 'is none'],
30
+ ['is not None', 'is not none'],
31
]
32
33
dumber_replacements = [
0 commit comments