django-keeper icon indicating copy to clipboard operation
django-keeper copied to clipboard

Caching (or just momeize) __acl__ return.

Open hirokiky opened this issue 6 years ago • 0 comments

Generally, while 1 request, per model instances, each returning values of acl won't be change. If user attribute changed by some view or so, acl may return different values (even in one request process). But in most cases, it should be cached.

hirokiky avatar May 17 '18 06:05 hirokiky