Skip to content

Commit

Permalink
Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 18, 2015
1 parent 2b039d9 commit 89e9f81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/deprecation.txt
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions docs/releases/1.7.txt
Expand Up @@ -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
Expand Down

0 comments on commit 89e9f81

Please sign in to comment.