Consolidate pickle compatibility code.

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

Information

Django Evolution
master

Reviewers

The django_evolution.compat.py23 module is now almost entirely empty,
having only a couple methods left for compatibility in pickle formats.
We also had pickle compatibility code living in compat.picklers, so
I've moved the stuff from py23 to there.

Ran unit tests.

Commits

Files