[1.6.x] Removed unused model option "admin"

Backport of 5df84b268d from master
This commit is contained in:
Tim Graham 2013-08-01 10:27:30 -04:00
parent d32471f8c2
commit b3e54f4a01
2 changed files with 2 additions and 4 deletions

View file

@ -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"),)