Django

Code

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  
    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``.