mirror of
https://github.com/django/django.git
synced 2025-07-18 18:55:18 +00:00
Added missing deprecation note for model permission methods.
refs #20642.
This commit is contained in:
parent
904b82759c
commit
e1dd24d2f6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue