Ticket #4488: authentication.diff

File authentication.diff, 591 bytes (added by Simon G. <dev@…>, 17 years ago)
  • docs/authentication.txt

     
    730730Default permissions
    731731-------------------
    732732
    733 Three basic permissions -- add, create and delete -- are automatically created
     733Three basic permissions -- add, change and delete -- are automatically created
    734734for each Django model that has a ``class Admin`` set. Behind the scenes, these
    735735permissions are added to the ``auth_permission`` database table when you run
    736736``manage.py syncdb``.
Back to Top