From 483cb629c72bad11ae99793c18e5d2c684c504ba Mon Sep 17 00:00:00 2001 From: Jason Ward Date: Thu, 27 Sep 2012 17:17:59 -0400 Subject: [PATCH] refs #9: added a line in the basic overview about the smart cache --- docs/index.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.txt b/docs/index.txt index 6f9fda9..baa244c 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -23,6 +23,11 @@ This application provides three abilities: voodoo-code to Django's ``contrib.auth`` system, it keeps your existing permission system intact! +django-authority uses a cache that is stored on the user object to help improve +performance. However, if the ``Permission`` table changes the cache will need +to be invalidated. More information about this can be found in the tips and +tricks section. + .. warning:: We have just started with the documentation and it's far from being perfect. If you find glitches, errors or just have feedback, please contact the team: :ref:`support`.