mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.
Thanks stanislas.guerra at gmail.com for the report.
This commit is contained in:
parent
f8f47718ab
commit
0d1ba84d13
6 changed files with 180 additions and 26 deletions
|
|
@ -453,6 +453,8 @@ these changes.
|
|||
* ``django.db.backends.util``
|
||||
* ``django.forms.util``
|
||||
|
||||
* ``ModelAdmin.get_formsets`` will be removed.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue