mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-22 14:21:51 +00:00
refs #4: added an update note, and added authors
This commit is contained in:
parent
7744fac9f3
commit
23814d6e72
2 changed files with 12 additions and 1 deletions
5
AUTHORS
5
AUTHORS
|
|
@ -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
8
README
|
|
@ -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):
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue