Re: Deprecating django.utils.functional.cached_property() ?

2021-02-04 Thread Ibrahima Sekou Sissoko
Thanks


Le jeu. 4 févr. 2021 à 12:46, Carlton Gibson  a
écrit :

> Thanks Tim. Trac’s search let me down there.
> Will review with a mind to accept.
>
> On Thu, 4 Feb 2021 at 12:00, Tim Graham  wrote:
>
>> There's a ticket about it: https://code.djangoproject.com/ticket/30949
>>
>> On Thursday, February 4, 2021 at 5:57:15 AM UTC-5 carlton...@gmail.com
>> wrote:
>>
>>> functools.cached_property is available from Python 3.8.
>>>
>>> https://docs.python.org/3.9/library/functools.html#functools.cached_property
>>>
>>> Is there any benefit to maintaining our own version, or should we
>>> deprecate django.utils.functional.cached_property() with Django 4.0?
>>>
>>> Thanks.
>>> Carlton
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django developers (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-developers+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-developers/3f66bd3e-c4ad-4dcd-adeb-8999d6eadbb5n%40googlegroups.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CAJwKpyQ%2BxRAM0wKB6_2EOwB%3DC3h%3DR1ByCwU_uxbc5JhLgRazOw%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CACVR6K1rQGzYrpTzY8s3Y4W1qaSgrBH56-D3Cr6%2BcVrExJy9tw%40mail.gmail.com.


Re: Deprecating django.utils.functional.cached_property() ?

2021-02-04 Thread Carlton Gibson
Thanks Tim. Trac’s search let me down there.
Will review with a mind to accept.

On Thu, 4 Feb 2021 at 12:00, Tim Graham  wrote:

> There's a ticket about it: https://code.djangoproject.com/ticket/30949
>
> On Thursday, February 4, 2021 at 5:57:15 AM UTC-5 carlton...@gmail.com
> wrote:
>
>> functools.cached_property is available from Python 3.8.
>>
>> https://docs.python.org/3.9/library/functools.html#functools.cached_property
>>
>> Is there any benefit to maintaining our own version, or should we
>> deprecate django.utils.functional.cached_property() with Django 4.0?
>>
>> Thanks.
>> Carlton
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/3f66bd3e-c4ad-4dcd-adeb-8999d6eadbb5n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAJwKpyQ%2BxRAM0wKB6_2EOwB%3DC3h%3DR1ByCwU_uxbc5JhLgRazOw%40mail.gmail.com.


Re: Deprecating django.utils.functional.cached_property() ?

2021-02-04 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
See the ticket.

‪On Thu, 4 Feb 2021 at 11:03, ‫אורי‬‎  wrote:‬

> Is there any difference in the implementation between the two
> *cached_property*?
> אורי
> u...@speedy.net
>
>
> On Thu, Feb 4, 2021 at 12:57 PM Carlton Gibson 
> wrote:
>
>> functools.cached_property is available from Python 3.8.
>>
>> https://docs.python.org/3.9/library/functools.html#functools.cached_property
>>
>> Is there any benefit to maintaining our own version, or should we
>> deprecate django.utils.functional.cached_property() with Django 4.0?
>>
>> Thanks.
>> Carlton
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django developers (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-developers+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-developers/dff05f70-4204-487d-a918-d4918d9b3f0en%40googlegroups.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CABD5YeGG5RbbQrk4wSkCZ7CN_8Rr6nSJO54sUOQHgs6DOP-RKg%40mail.gmail.com
> 
> .
>


-- 
Adam

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


Re: Deprecating django.utils.functional.cached_property() ?

2021-02-04 Thread אורי
Is there any difference in the implementation between the two
*cached_property*?
אורי
u...@speedy.net


On Thu, Feb 4, 2021 at 12:57 PM Carlton Gibson 
wrote:

> functools.cached_property is available from Python 3.8.
>
> https://docs.python.org/3.9/library/functools.html#functools.cached_property
>
> Is there any benefit to maintaining our own version, or should we
> deprecate django.utils.functional.cached_property() with Django 4.0?
>
> Thanks.
> Carlton
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/dff05f70-4204-487d-a918-d4918d9b3f0en%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CABD5YeGG5RbbQrk4wSkCZ7CN_8Rr6nSJO54sUOQHgs6DOP-RKg%40mail.gmail.com.


Re: Deprecating django.utils.functional.cached_property() ?

2021-02-04 Thread Tim Graham
There's a ticket about it: https://code.djangoproject.com/ticket/30949

On Thursday, February 4, 2021 at 5:57:15 AM UTC-5 carlton...@gmail.com 
wrote:

> functools.cached_property is available from Python 3.8. 
>
> https://docs.python.org/3.9/library/functools.html#functools.cached_property
>
> Is there any benefit to maintaining our own version, or should we 
> deprecate django.utils.functional.cached_property() with Django 4.0? 
>
> Thanks.
> Carlton
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/3f66bd3e-c4ad-4dcd-adeb-8999d6eadbb5n%40googlegroups.com.