📝 Fix all `@contextmanager` entries with `Iterator` return type (#1181)
Using
@contextmanager with Iterator return type is deprecated.It must use
Generator return type.🖼️Image
We need to fix all places where we use
-> Iterator together with contextmanager decorator.#bug #good_first_issue #help_wanted #django_modern_rest
sent via relator