mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
This commit is contained in:
parent
eabfa2d0e3
commit
5e28cd3f2c
11 changed files with 54 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue