Update template loaders for new API.

Review Request #11963 — Created Jan. 21, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

Django 1.9 changed the template loader API, and 2.0 removed the old
methods. This change updates our extension and namespaced app dir
loaders to use the new API instead.

Ran unit tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Update template loaders for new API.
Django 1.9 changed the template loader API, and 2.0 removed the old methods. This change updates our extension and namespaced app dir loaders to use the new API instead. Testing Done: Ran unit tests.
94160c3e42a513df017f3a99efcf551018440a62 David Trowbridge
Update template loaders for new API.
Django 1.9 changed the template loader API, and 2.0 removed the old methods. This change updates our extension and namespaced app dir loaders to use the new API instead. Testing Done: Ran unit tests.
47733504234add359ee21ce300fe79c9a09c0fbc David Trowbridge
djblets/extensions/loaders.py
Loading...