Opened 8 years ago
Closed 8 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 , 8 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 71609a5: