From 00d23a13ebaf6057d1428e798bfb6cf47bb5ef7c Mon Sep 17 00:00:00 2001 From: ersran9 Date: Wed, 7 Aug 2013 21:33:31 +0530 Subject: Fixed #20828 -- Allowed @permission_required to take a list of permissions Thanks Giggaflop for the suggestion. --- docs/topics/auth/default.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/topics/auth') diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 7dff9cdca7..78bf820e89 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -528,6 +528,11 @@ The permission_required decorator (HTTP Forbidden) view` instead of redirecting to the login page. + .. versionchanged:: 1.7 + + The :func:`~django.contrib.auth.decorators.permission_required` + decorator can take a list of permissions as well as a single permission. + Applying permissions to generic views ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3