Ticket #4488: authentication.diff
| File authentication.diff, 0.6 kB (added by Simon G. <dev@simon.net.nz>, 2 years ago) |
|---|
-
docs/authentication.txt
old new 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``.
