Changed paths:
M django/contrib/admin/options.py
M docs/internals/deprecation.txt
M docs/ref/contrib/admin/index.txt
M docs/releases/1.7.txt
M tests/generic_inline_admin/tests.py
M tests/modeladmin/tests.py
Log Message:
-----------
Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.
Thanks stanislas.guerra at gmail.com for the report.