Changes between Initial Version and Version 1 of Ticket #30949


Ignore:
Timestamp:
Nov 3, 2019, 3:11:19 AM (4 years ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30949 – Description

    initial v1  
     1functools gains cached_property in Python 3.8: https://bugs.python.org/issue21145
     2
     3`django.utils.functional.cached_property` should import it and deprecate its own implementation
Back to Top