Opened 4 years ago

Last modified 4 years ago

#32421 closed New feature

Add @cached_property in admindocs — at Version 1

Reported by: Nat S Dunn Owned by: nobody
Component: contrib.admindocs Version: dev
Severity: Normal Keywords: cached_property
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Nat S Dunn)

From the documentation (https://docs.djangoproject.com/en/3.1/ref/contrib/admin/admindocs/): "The models section of the admindocs page describes each model in the system along with all the fields, properties, and methods available on it."

Currently, properties decorated with @cached_property are not included. Please include them. And possibly include other (or all) descriptors/attributes.

Change History (1)

comment:1 by Nat S Dunn, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top