summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2013-06-28 15:33:20 -0400
committerSimon Charette <charette.s@gmail.com>2013-06-28 15:33:20 -0400
commite1dd24d2f6dd3464ab50593320a7eb2325d6c196 (patch)
treeeb9178d9fe580013da3c34ad1f73dd24d7f3dfa7
parent904b82759cce6f85d06564c42123da030da52341 (diff)
Added missing deprecation note for model permission methods.
refs #20642.
-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
---