Inspectopedia Help

Incompatible code in Django templates

Reports features that are not available in the current Django version.

Example:

{% if my_var is True %} {% endif %}

Available since 1.10. The IDE shows warning when discovered in the earlier versions.

Inspection Details

By default bundled with:

PyCharm 2024.1,

Can be installed with plugin:

Django, 241.SNAPSHOT

Last modified: 29 April 2024