jieter / django-tables2

django-tables2 - An app for creating HTML tables
https://django-tables2.readthedocs.io/en/latest/
Other
1.9k stars 429 forks source link

Add type hints to `get_context_data` #895

Closed mschoettle closed 1 year ago

mschoettle commented 1 year ago

I used Dict[...] instead of dict[...] since that requires Python 3.10.

Fixes #894