refs #4: added an update note, and added authors

This commit is contained in:
Jason Ward 2012-09-24 14:33:51 -04:00
parent 7744fac9f3
commit 23814d6e72
2 changed files with 12 additions and 1 deletions

View file

@ -1,4 +1,7 @@
Jannis Leidel <jannis@leidel.info>
Martin Mahner <martin@mahner.org>
Diego Búrigo Zacarão <diegobz@gmail.com>
James Pic
James Pic
Wes Winham <winhamwr@gmail.com>
Kyle Gibson <kyle.gibson@policystat.com>
Jason Ward <jason.ward@policystat.com>

8
README
View file

@ -52,6 +52,14 @@ html version using the setup.py::
Changelog:
==========
0.5dev (2012-09-24):
-----------------
* It is now possible to minimize the number of queries when using
django-authority by caching the results of the Permission query. This can be
done by adding ``AUTHORITY_USE_SMART_CACHE = True`` to your settings.py
0.4 (2010-01-15):
-----------------