refactor(if): Deprecate ifnot tag
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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