mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26118 -- Added 'is' operator to if template tag.
This commit is contained in:
committed by
Tim Graham
parent
a08d2463d2
commit
c00ae7f58c
@@ -291,6 +291,8 @@ Templates
|
||||
:class:`~django.template.backends.django.DjangoTemplates` backend and the
|
||||
:class:`~django.template.Engine` class.
|
||||
|
||||
* Added the ``is`` comparison operator to the :ttag:`if` tag.
|
||||
|
||||
Tests
|
||||
~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user