diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-10 03:46:11 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-10 03:46:11 +0000 |
| commit | 8a209c232c2334986b59b4caf56d08bdb79a269a (patch) | |
| tree | 1e7ceff13aacf06182f98ea721e3b9f14135771d | |
| parent | 6d234fae8ce1f1312db3b9662e2f8fb147e58d8b (diff) | |
Fixed #296 -- Fixed typo in docs/model-api.txt. Thanks, rmunn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index 7b93032919..58ec2a4db9 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -87,7 +87,7 @@ wide array of options, only ``fields`` is required. object. A add, delete, and change permission is automatically created for each object. This option specifies extra permissions:: - permissions = (("can_delivier_pizzas", "Can deliver pizzas"),) + permissions = (("can_deliver_pizzas", "Can deliver pizzas"),) This is a list of 2-tuples of ``(permission_code, human_readable_permission_name)``. |
