mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.
This commit is contained in:
parent
2b039d966f
commit
89e9f81601
2 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue