Ticket #4488: authentication.diff
File authentication.diff, 591 bytes (added by , 17 years ago) |
---|
-
docs/authentication.txt
730 730 Default permissions 731 731 ------------------- 732 732 733 Three basic permissions -- add, c reate and delete -- are automatically created733 Three basic permissions -- add, change and delete -- are automatically created 734 734 for each Django model that has a ``class Admin`` set. Behind the scenes, these 735 735 permissions are added to the ``auth_permission`` database table when you run 736 736 ``manage.py syncdb``.