summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 9672746717..5513c79966 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -404,6 +404,9 @@ these changes.
forms for ManyToMany model fields will not be performed by Django anymore
either at the model or forms layer.
+* The ``Model._meta.get_(add|change|delete)_permission`` methods will
+ be removed.
+
2.0
---