Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed usage of deprecated is_iterable util (#1642)
Django announced [1] that the `django.utils.itercompat` module is deprecated since Django 5.1. Instead, the same behavior can be achieved with an instance comparison against `Iterable` [2]. [1] https://docs.djangoproject.com/en/dev/releases/5.1/#features-deprecated-in-5-1 [2] https://docs.python.org/3/library/collections.abc.html#collections.abc.Iterable
- Loading branch information