diff options
| author | tschilling <schillingt@better-simple.com> | 2013-09-03 21:01:45 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-20 07:47:24 -0400 |
| commit | 0d1ba84d13eb6000c9f6e54b03d52863fcd31f27 (patch) | |
| tree | 02f448190c944e7c7fcdf45e41adad71db1b4da3 /docs/internals | |
| parent | f8f47718abb4c93ef00f93dde42101a8dd17a700 (diff) | |
Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.
Thanks stanislas.guerra at gmail.com for the report.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 9e473dfa46..c91ea2d218 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -453,6 +453,8 @@ these changes. * ``django.db.backends.util`` * ``django.forms.util`` +* ``ModelAdmin.get_formsets`` will be removed. + 2.0 --- |
