Use __future__.annotations everywhere.

Review Request #14750 — Created Dec. 29, 2025 and updated

Information

Django Evolution
master

Reviewers

This change adds a __future__.annotations import to every (non-empty)
python file, and removes outdated print_function and
unicode_literals imports.

Ran unit tests.

Summary ID
Use __future__.annotations everywhere.
This change adds a `__future__.annotations` import to every (non-empty) python file, and removes outdated `print_function` and `unicode_literals` imports. Testing Done: Ran unit tests.
ttzuslvvrvrsynqmspruqotxynzqyllu
Checks run (2 succeeded)
flake8 passed.
JSHint passed.