--
Ticket URL: <https://code.djangoproject.com/ticket/22306>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => maxocub
--
Ticket URL: <https://code.djangoproject.com/ticket/22306#comment:1>
Comment (by maxocub):
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
--
Ticket URL: <https://code.djangoproject.com/ticket/22306#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"5e4e0b6fe97c6c9de8355f8738403691637a0b07"]:
{{{
#!CommitTicketReference repository=""
revision="5e4e0b6fe97c6c9de8355f8738403691637a0b07"
Fixed #22306 -- Deprecated future versions of cycle and firstof template
tags.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22306#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"57039f9661d2fc06618bba1ed60d005212ee26e3" 57039f96]:
{{{
#!CommitTicketReference repository=""
revision="57039f9661d2fc06618bba1ed60d005212ee26e3"
Refs #22306 -- Removed cycle/firstof template tags from "future".
Per deprecation timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22306#comment:4>