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): -----------------