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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 54 additions and 16 deletions

View file

@ -59,6 +59,9 @@ details on these changes.
* The ``ModelAdmin.log_deletion()`` and ``LogEntryManager.log_action()``
methods will be removed.
* The undocumented ``django.utils.itercompat.is_iterable()`` function and the
``django.utils.itercompat`` module will be removed.
.. _deprecation-removed-in-5.1:
5.1