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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-06-10 02:13:58 +00:00
parent 130c7eee80
commit 1b02534ac3
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ Django developers are currently discussing.
Default permissions
-------------------
Three basic permissions -- add, create and delete -- are automatically created
Three basic permissions -- add, change and delete -- are automatically created
for each Django model that has a ``class Admin`` set. Behind the scenes, these
permissions are added to the ``auth_permission`` database table when you run
``manage.py syncdb``.