From 23814d6e72394b3b312954f751f6bdb2d973ac7b Mon Sep 17 00:00:00 2001 From: Jason Ward Date: Mon, 24 Sep 2012 14:33:51 -0400 Subject: [PATCH] refs #4: added an update note, and added authors --- AUTHORS | 5 ++++- README | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 56d0532..8192db5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,7 @@ Jannis Leidel Martin Mahner Diego Búrigo Zacarão -James Pic \ No newline at end of file +James Pic +Wes Winham +Kyle Gibson +Jason Ward diff --git a/README b/README index 3ff0ede..0040d13 100644 --- a/README +++ b/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): -----------------