Re: @cached_property in admindocs

2021-02-04 Thread Nat Dunn
n Thu, 4 Feb 2021 at 14:06, Carlton Gibson wrote: > >> Hey Nat, I’d agree, probably yes. >> >> On Wed, 3 Feb 2021 at 15:04, Nat Dunn wrote: >> >>> From the documentation >>> <https://docs.djangoproject.com/en/3.1/ref/contrib/admin/admindocs/>:

@cached_property in admindocs

2021-02-03 Thread Nat Dunn
>From the documentation : 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