Remove the annotated_date()
and annotated_now()
template filters
#15736
Labels
breaking change
This change modifies or removes some previously documented functionality
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
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.The text was updated successfully, but these errors were encountered: