mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
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:
parent
95610f9379
commit
a28726ffc3
2 changed files with 5 additions and 1 deletions
2
README
2
README
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue