refactor(if): Deprecate ifnot tag

This commit is contained in:
Kyle Fuller
2016-11-28 18:32:26 +00:00
parent ada4e81082
commit 679344f53b
2 changed files with 4 additions and 0 deletions

View File

@@ -164,6 +164,8 @@ Will be treated as:
``ifnot``
~~~~~~~~~
.. note:: ``{% ifnot %}`` is deprecated. You should use ``{% if not %}``.
.. code-block:: html+django
{% ifnot variable %}