refactor(if): Deprecate ifnot tag
This commit is contained in:
@@ -164,6 +164,8 @@ Will be treated as:
|
||||
``ifnot``
|
||||
~~~~~~~~~
|
||||
|
||||
.. note:: ``{% ifnot %}`` is deprecated. You should use ``{% if not %}``.
|
||||
|
||||
.. code-block:: html+django
|
||||
|
||||
{% ifnot variable %}
|
||||
|
||||
Reference in New Issue
Block a user