django-keeper
django-keeper copied to clipboard
Caching (or just momeize) __acl__ return.
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.