Re: [Django] #30127: Deprecate cached_property's name argument

2023-01-17 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  closed
Component:  Utilities|  Version:  dev
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  4.0  | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Mariusz Felisiak ):

 In [changeset:"5c10041f4636c3dfe637924ab24da85dd657d790" 5c10041]:
 {{{
 #!CommitTicketReference repository=""
 revision="5c10041f4636c3dfe637924ab24da85dd657d790"
 Refs #30127 -- Removed name argument for
 django.utils.functional.cached_property().

 Per deprecation timeline.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070185bf5956cc-46d157dc-3b03-4753-89b7-6cf741f17fd4-00%40eu-central-1.amazonses.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-12-16 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  closed
Component:  Utilities|  Version:  dev
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  4.0  | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Mariusz Felisiak ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"068b2c072b0d28cbd5ea63811779629cdaad8638" 068b2c07]:
 {{{
 #!CommitTicketReference repository=""
 revision="068b2c072b0d28cbd5ea63811779629cdaad8638"
 Fixed #30127 -- Deprecated name argument of cached_property().
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.9e18b0d445f5f0402a155765c2f4e330%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-12-16 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  assigned
Component:  Utilities|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * stage:  Accepted => Ready for checkin


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.2cccf894605bb7b6de9a260a21f4f805%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-12-14 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  assigned
Component:  Utilities|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Marcelo Galigniana):

 * 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: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.f7928fbaadb4a0c56eee510cdfb0073c%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-12-14 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  assigned
Component:  Utilities|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Tim Graham):

 * 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: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.7abf9eb00bd3ac9d8fa628d689b8ffe4%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-12-14 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  assigned
Component:  Utilities|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Marcelo Galigniana):

 * has_patch:  0 => 1


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.3d072b53b899a71ccf05ed766ae4af20%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-12-14 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  assigned
Component:  Utilities|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Marcelo Galigniana):

 [https://github.com/django/django/pull/15199 PR]

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.81dfabfef55bc9443f9ac92668c7d310%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-12-14 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  assigned
Component:  Utilities|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Tim Graham):

 * version:  2.1 => dev
 * stage:  Someday/Maybe => Accepted


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.90f045216342c6833bcf523f9f9ff29e%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-12-14 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  Marcelo
 Type:   |  Galigniana
  Cleanup/optimization   |   Status:  assigned
Component:  Utilities|  Version:  2.1
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:
 |  Someday/Maybe
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Marcelo Galigniana):

 * owner:  (none) => Marcelo Galigniana
 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.8ce15d6446aad86fa662db7622ac0c7c%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-10-09 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  (none)
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Utilities|  Version:  2.1
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:
 |  Someday/Maybe
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by David Smith):

 * owner:  David Smith => (none)
 * status:  assigned => new
 * easy:  0 => 1


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.b478ba96cfef2c1936018b1363f42213%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2021-01-01 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  David
 Type:   |  Smith
  Cleanup/optimization   |   Status:  assigned
Component:  Utilities|  Version:  2.1
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:
 |  Someday/Maybe
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by David Smith):

 * owner:  nobody => David Smith
 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.397bd17ac1d23aee1535d2981186770a%40djangoproject.com.


Re: [Django] #30127: Deprecate cached_property's name argument

2019-11-09 Thread Django
#30127: Deprecate cached_property's name argument
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Utilities|  Version:  2.1
 Severity:  Normal   |   Resolution:
 Keywords:  4.0  | Triage Stage:
 |  Someday/Maybe
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Thomas Grainger):

 it may be worth deprecating it entirely for a py3 backport
 https://code.djangoproject.com/ticket/30949#ticket

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.4cb3da37f79f2d8bcc76ddd7e2cf8f2d%40djangoproject.com.


[Django] #30127: Deprecate cached_property's name argument

2019-01-23 Thread Django
#30127: Deprecate cached_property's name argument
+
   Reporter:  Tim Graham|  Owner:  nobody
   Type:  Cleanup/optimization  | Status:  new
  Component:  Utilities |Version:  2.1
   Severity:  Normal|   Keywords:  4.0
   Triage Stage:  Someday/Maybe |  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  0
  UI/UX:  0 |
+
 Django 2.2 is the last version to support Python 3.5 where
 `cached_property`'s `name` argument is required. Following the release of
 Django 4.0, most apps will drop support for Django 2.2 (and hence Python
 3.5), so Django 4.0 can deprecate the `name` argument without giving
 warnings that aren't actionable as long as apps want to keep support for
 Python 3.5.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.95a94a9361009be24e895a2f1f93a0e6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.