refs #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.

This commit is contained in:
Jason Ward 2013-03-18 16:45:02 -04:00
parent 95610f9379
commit a28726ffc3
2 changed files with 5 additions and 1 deletions

2
README
View file

@ -52,7 +52,7 @@ html version using the setup.py::
Changelog:
==========
0.5dev (2012-09-24):
0.5 (2013-03-18):
-----------------
* It is now possible to minimize the number of queries when using

View file

@ -66,3 +66,7 @@ invalidate_permissions_cache in order to see that changes::
This is particularly useful if you are using the permission instances during a
request, where it is unlikely that the state of the ``Permission`` table will
change.
Although the previous example was only passing in a ``user`` into the
permission, smart caching is used when getting permissions in a ``group`` as
well.