Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#22306 closed Cleanup/optimization (fixed)

Deprecate future versions of cycle and firstof tags

Reported by: Tim Graham Owned by: Maxime Turcotte
Component: Template system Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Now that the deprecation of the non-escaping versions of these tags is complete, we can deprecate the versions in django/templatetags/future.py. This should be very similar to #21939.

Change History (4)

comment:1 by Maxime Turcotte, 10 years ago

Owner: changed from nobody to Maxime Turcotte
Status: newassigned

comment:2 by Maxime Turcotte, 10 years ago

Hi, it's my first contribution to Django, I hope it's OK.
I folowed the ticket mentioned in the description: #21939.

Here is my pull request: https://github.com/django/django/pull/2492

comment:3 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 5e4e0b6fe97c6c9de8355f8738403691637a0b07:

Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.

comment:4 by Tim Graham <timograham@…>, 9 years ago

In 57039f96:

Refs #22306 -- Removed cycle/firstof template tags from "future".

Per deprecation timeline.

Note: See TracTickets for help on using tickets.
Back to Top