Remove legacy code from our media and i18n build scripts.

Review Request #13649 — Created March 19, 2024 and submitted — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

Our build-i18n.py and build-media.py scripts were both built to be
compatible with Python 2 and Django 1.6. We haven't needed this support
in a while, so we can nuke the shims, conditionals, and legacy future
imports in the code.

Successfully build static media and localization files.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove legacy code from our media and i18n build scripts.
Our `build-i18n.py` and `build-media.py` scripts were both built to be compatible with Python 2 and Django 1.6. We haven't needed this support in a while, so we can nuke the shims, conditionals, and legacy future imports in the code.
71b08049c5d390b3e170545c24f8cd82960bde99 Christian Hammond
contrib/internal/build-i18n.py
contrib/internal/build-media.py
Loading...