Djangotemplate
Incompatible code in Django templates
Warning
Sanity
New
Last modified: 03 December 2024Reports 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.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
DjangoIncompatibleInspection
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Django, 243.23132 |
Thanks for your feedback!
Was this page helpful?