From b3e54f4a01dd410a87bc3d0669cb7b36aa74e7a8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 1 Aug 2013 10:27:30 -0400 Subject: [1.6.x] Removed unused model option "admin" Backport of 5df84b268d from master --- docs/ref/models/options.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 90099d13a3..6944796ef1 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -222,9 +222,8 @@ Django quotes column and table names behind the scenes. .. attribute:: Options.permissions Extra permissions to enter into the permissions table when creating this object. - Add, delete and change permissions are automatically created for each object - that has ``admin`` set. This example specifies an extra permission, - ``can_deliver_pizzas``:: + Add, delete and change permissions are automatically created for each + model. This example specifies an extra permission, ``can_deliver_pizzas``:: permissions = (("can_deliver_pizzas", "Can deliver pizzas"),) -- cgit v1.3