1
0
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:
Nick Pope
2023-11-24 11:06:29 +00:00
committed by GitHub
parent eabfa2d0e3
commit 5e28cd3f2c
11 changed files with 54 additions and 16 deletions

View File

@@ -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
=======================