Fix extension static media include_bundles.

Review Request #13647 — Created March 19, 2024 and discarded — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

Extension bundles can define an include_bundles key, which is a list
of bundle names that should be added when rendering. Unfortunately, the
yield statement inside of _get_extension_bundles was not yielding it
as a tuple, which meant that it wouldn't actually work.

Used include_bundles inside of extension media and saw that things
rendered correctly.

Commits

Files

    Loading...