Opened 7 years ago

Closed 7 years ago

#27555 closed Cleanup/optimization (fixed)

Remove django.utils.functional.lazy_property

Reported by: Adam Johnson Owned by: Adam Johnson
Component: Utilities Version: 1.10
Severity: Normal Keywords:
Cc: me@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

lazy_property is not used anywhere inside core Django. The only use appears to be inside the ex-contrib app django-formtools, as I documented in an issue there: https://github.com/django/django-formtools/issues/84 . Also the only use seen on a few pages of Github code search is in committed copies of Django itself.

Change History (2)

comment:1 by Adam Johnson, 7 years ago

Has patch: set
Owner: changed from me@… to Adam Johnson

comment:2 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 71609a5:

Fixed #27555 -- Removed django.utils.functional.lazy_property.

Note: See TracTickets for help on using tickets.
Back to Top