Remove the annotated_date() and annotated_now() template filters #9489

Closed
opened 2025-12-29 20:50:36 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Apr 16, 2024).

Originally assigned to: @jeremystretch on GitHub.

Proposed Changes

Remove the following template filters from utilities.templatetags.helpers:

  • annotated_date()
  • annotated_now()

Justification

With the shift to using ISO 8601-formatted dates & times everywhere in #15735, these filters are no longer needed.

Impact

All uses of these filters must be updated. These can generally be replaced with the new isodatetime() template filter.

Originally created by @jeremystretch on GitHub (Apr 16, 2024). Originally assigned to: @jeremystretch on GitHub. ### Proposed Changes Remove the following template filters from `utilities.templatetags.helpers`: - `annotated_date()` - `annotated_now()` ### Justification With the shift to using ISO 8601-formatted dates & times everywhere in #15735, these filters are no longer needed. ### Impact All uses of these filters must be updated. These can generally be replaced with the new `isodatetime()` template filter.
adam added the status: acceptedtype: deprecationbreaking change labels 2025-12-29 20:50:36 +01:00
adam closed this issue 2025-12-29 20:50:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9489