Changes between Initial Version and Version 1 of Ticket #32421
- Timestamp:
- Feb 4, 2021, 3:59:01 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32421 – Description
initial v1 1 1 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." 2 2 3 Currently, properties decorated with @cached_property are not included. Please include them. 3 Currently, properties decorated with @cached_property are not included. Please include them. And possibly include other (or all) descriptors/attributes.