Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jeremystretch opened this issue Mar 12, 2020 · 0 comments
Closed
Labels
status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior
Milestone

Comments

@jeremystretch
Copy link
Member

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

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior labels Mar 12, 2020
@jeremystretch jeremystretch added this to the v2.10 milestone Mar 12, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior
Projects
None yet
Development

No branches or pull requests

1 participant