--
Ticket URL: <https://code.djangoproject.com/ticket/30127>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Thomas Grainger):
it may be worth deprecating it entirely for a py3 backport
https://code.djangoproject.com/ticket/30949#ticket
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:1>
* owner: nobody => David Smith
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:2>
* owner: David Smith => (none)
* status: assigned => new
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:3>
* owner: (none) => Marcelo Galigniana
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:4>
* version: 2.1 => dev
* stage: Someday/Maybe => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:5>
Comment (by Marcelo Galigniana):
[https://github.com/django/django/pull/15199 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:6>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:7>
* needs_better_patch: 0 => 1
Comment:
You need to [https://docs.djangoproject.com/en/dev/internals/contributing
/writing-code/submitting-patches/#deprecating-a-feature deprecate it]
(`RemovedInDjango50Warning`) rather than simply remove it.
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:8>
* needs_better_patch: 1 => 0
Comment:
Sorry Tim! I hadn't read how to deprecate a feature.
I updated the PR. Let me know any necessary change!
Thank you for the answer and explanation.
Replying to [comment:8 Tim Graham]:
> You need to
[https://docs.djangoproject.com/en/dev/internals/contributing/writing-code
/submitting-patches/#deprecating-a-feature deprecate it]
(`RemovedInDjango50Warning`) rather than simply remove it.
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:9>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:10>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"068b2c072b0d28cbd5ea63811779629cdaad8638" 068b2c07]:
{{{
#!CommitTicketReference repository=""
revision="068b2c072b0d28cbd5ea63811779629cdaad8638"
Fixed #30127 -- Deprecated name argument of cached_property().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:11>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"5c10041f4636c3dfe637924ab24da85dd657d790" 5c10041]:
{{{
#!CommitTicketReference repository=""
revision="5c10041f4636c3dfe637924ab24da85dd657d790"
Refs #30127 -- Removed name argument for
django.utils.functional.cached_property().
Per deprecation timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30127#comment:12>