Drop support for the Django template language in export templates #3474

Closed
opened 2025-12-29 18:29:24 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Mar 12, 2020).

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).

Originally created by @jeremystretch on GitHub (Mar 12, 2020). ### 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).
adam added the status: acceptedtype: deprecation labels 2025-12-29 18:29:24 +01:00
adam closed this issue 2025-12-29 18:29:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3474