Loading docs/internals/deprecation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ details on these changes. * The ``use_natural_keys`` argument for ``serializers.serialize()`` will be removed. Use ``use_natural_foreign_keys`` instead. * ``django.forms.get_declared_fields`` will be removed. * Private API ``django.forms.forms.get_declared_fields()`` will be removed. * The ability to use a ``SplitDateTimeWidget`` with ``DateTimeField`` will be removed. Loading docs/releases/1.7.txt +6 −0 Original line number Diff line number Diff line Loading @@ -1767,6 +1767,12 @@ available without importing ``django.contrib.sites.models`` when ``django.contrib.sites.shortcuts``. The old import locations will work until Django 1.9. ``django.forms.forms.get_declared_fields()`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Django no longer uses this functional internally. Even though it's a private API, it'll go through the normal deprecation cycle. .. removed-features-1.7: Features removed in 1.7 Loading Loading
docs/internals/deprecation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ details on these changes. * The ``use_natural_keys`` argument for ``serializers.serialize()`` will be removed. Use ``use_natural_foreign_keys`` instead. * ``django.forms.get_declared_fields`` will be removed. * Private API ``django.forms.forms.get_declared_fields()`` will be removed. * The ability to use a ``SplitDateTimeWidget`` with ``DateTimeField`` will be removed. Loading
docs/releases/1.7.txt +6 −0 Original line number Diff line number Diff line Loading @@ -1767,6 +1767,12 @@ available without importing ``django.contrib.sites.models`` when ``django.contrib.sites.shortcuts``. The old import locations will work until Django 1.9. ``django.forms.forms.get_declared_fields()`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Django no longer uses this functional internally. Even though it's a private API, it'll go through the normal deprecation cycle. .. removed-features-1.7: Features removed in 1.7 Loading