From 6574167ab8ef1326d363ab9a17f6b5bc4607f08a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 18 May 2018 07:24:01 -0400 Subject: [PATCH] Fixed typo in docs/releases/2.1.txt. --- docs/releases/2.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `. 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