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.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last 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.
47733504234add359ee21ce300fe79c9a09c0fbc David Trowbridge
djblets/extensions/loaders.py
djblets/template/loaders/namespaced_app_dirs.py
Loading...