Skip to content

Commit a28726f

Browse files
author
Jason Ward
committed
refs jazzband#11: bumped out of 0.5dev to 0.5 and updated the tips and tricks page to explain that smart caching works with groups now as well.
1 parent 95610f9 commit a28726f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ html version using the setup.py::
5252
Changelog:
5353
==========
5454

55-
0.5dev (2012-09-24):
55+
0.5 (2013-03-18):
5656
-----------------
5757

5858
* It is now possible to minimize the number of queries when using

docs/tips_tricks.txt

+4
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ invalidate_permissions_cache in order to see that changes::
6666
This is particularly useful if you are using the permission instances during a
6767
request, where it is unlikely that the state of the ``Permission`` table will
6868
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

Comments
 (0)