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

@@ -13,6 +13,8 @@
to be able to test. Now we have access to `@testable` these can correctly be
private.
- `{% ifnot %}` tag is now deprecated, please use `{% if not %}` instead.
### Enhancements
- Variable lookup now supports introspection of Swift types. You can now lookup

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 %}