Django

Code

Changeset 5452

Show
Ignore:
Timestamp:
06/09/07 21:13:58 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/authentication.txt

    r5094 r5452  
    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