Remove app compatibility shims.

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

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.

Commits

Files