#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 , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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