diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-18 07:24:01 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-18 07:24:01 -0400 |
| commit | 6574167ab8ef1326d363ab9a17f6b5bc4607f08a (patch) | |
| tree | 7e30a74d8eba68d8dc34d583dcf5e65e471e5520 /docs/releases/2.1.txt | |
| parent | 9f6188bff3009618c95467a11d43ab9d62b362d6 (diff) | |
Fixed typo in docs/releases/2.1.txt.
Diffstat (limited to 'docs/releases/2.1.txt')
| -rw-r--r-- | docs/releases/2.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 2718a42553..cf2dbd6920 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -31,7 +31,7 @@ Model "view" permission A "view" permission is added to the model :attr:`Meta.default_permissions <django.db.models.Options.default_permissions>`. The new permissions will be -create automatically when running :djadmin:`migrate`. +created automatically when running :djadmin:`migrate`. This allows giving users read-only access to models in the admin. :meth:`.ModelAdmin.has_view_permission` is new. The implementation is backwards |
