Use __future__.annotations everywhere.

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

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
chipx86
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (4d7917a)