summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-05-18 07:24:01 -0400
committerTim Graham <timograham@gmail.com>2018-05-18 07:24:27 -0400
commit7e875aa047095b4f57b9623425d8ea6a67e3d038 (patch)
tree4b3e473fb283fd75b4db3c79bd02e2196835ae2d /docs/releases
parentc3bbebdd546c614add3c54824165b996ce666fe9 (diff)
[2.1.x] Fixed typo in docs/releases/2.1.txt.
Backport of 6574167ab8ef1326d363ab9a17f6b5bc4607f08a from master
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.1.txt2
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