Remove app compatibility shims.

Review Request #14829 — Created Feb. 19, 2026 and updated

Information

Django Evolution
master

Reviewers

This change removes shims used for compatibility with app-related APIs
that changed in Django 1.7. A few of these can just go away entirely,
and the ones that are left are now just useful utility methods, and have
been moved into django_evolution.utils.apps.

Ran unit tests.

Summary ID
Remove app compatibility shims.
This change removes shims used for compatibility with app-related APIs that changed in Django 1.7. A few of these can just go away entirely, and the ones that are left are now just useful utility methods, and have been moved into `django_evolution.utils.apps`. Testing Done: Ran unit tests.
zolmvqymyuynqmomkmozsolvsvnqlykl
Checks run (2 succeeded)
flake8 passed.
JSHint passed.