We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95610f9 commit a28726fCopy full SHA for a28726f
README
@@ -52,7 +52,7 @@ html version using the setup.py::
52
Changelog:
53
==========
54
55
-0.5dev (2012-09-24):
+0.5 (2013-03-18):
56
-----------------
57
58
* It is now possible to minimize the number of queries when using
docs/tips_tricks.txt
@@ -66,3 +66,7 @@ invalidate_permissions_cache in order to see that changes::
66
This is particularly useful if you are using the permission instances during a
67
request, where it is unlikely that the state of the ``Permission`` table will
68
change.
69
+
70
+Although the previous example was only passing in a ``user`` into the
71
+permission, smart caching is used when getting permissions in a ``group`` as
72
+well.
0 commit comments