1
0
mirror of https://github.com/django/django.git synced 2025-03-26 01:00:46 +00:00

[1.6.x] Added missing deprecation note for model permission methods.

refs #20642.

Backport of e1dd24d2f from master.
This commit is contained in:
Simon Charette 2013-06-28 15:33:20 -04:00
parent dc99128343
commit e628753e7d

View File

@ -404,6 +404,9 @@ these changes.
forms for ManyToMany model fields will not be performed by Django anymore forms for ManyToMany model fields will not be performed by Django anymore
either at the model or forms layer. either at the model or forms layer.
* The ``Model._meta.get_(add|change|delete)_permission`` methods will
be removed.
2.0 2.0
--- ---