Drop support for the Django template language in export templates #4360
Labels
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
Export templates currently support either the Django or Jinja2 template language (which can be toggled on a per-instance basis). This issues proposes to drop support for Django templating and support only Jinja2.
Justification
As the Jinja2 language is significantly more powerful than Django's built-in language, we can remove it to standardize on only Jinja2 (which is already the case for other models, such as custom links).
The text was updated successfully, but these errors were encountered: