mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
This commit is contained in:
@@ -303,6 +303,10 @@ Miscellaneous
|
||||
``ModelAdmin.log_deletions()`` and ``LogEntryManager.log_actions()``
|
||||
instead.
|
||||
|
||||
* The undocumented ``django.utils.itercompat.is_iterable()`` function and the
|
||||
``django.utils.itercompat`` module are deprecated. Use
|
||||
``isinstance(..., collections.abc.Iterable)`` instead.
|
||||
|
||||
Features removed in 5.1
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user