summaryrefslogtreecommitdiff
path: root/docs/ref/models/options.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-27 19:17:23 -0500
committerTim Graham <timograham@gmail.com>2019-01-17 10:50:25 -0500
commitec7e179aeb177a2a43b448b30d9286eb8539be8d (patch)
tree1ff87c31167e933b69c93af7dc12c46e65608534 /docs/ref/models/options.txt
parenteb0ce6fa3669971f1e21a3fdba270cf33d603eaa (diff)
Removed versionadded/changed annotations for 2.1.
Diffstat (limited to 'docs/ref/models/options.txt')
-rw-r--r--docs/ref/models/options.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index e06a099a61..d28cd3fe16 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -325,10 +325,6 @@ Django quotes column and table names behind the scenes.
before the model is created by :djadmin:`migrate` in order to prevent any
omitted permissions from being created.
- .. versionchanged:: 2.1
-
- The ``view`` permission was added.
-
``proxy``
---------