e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 146 forks source link

Fix django stubs 5.0.0 #2186

Closed Kakadus closed 1 month ago

Kakadus commented 2 months ago

This would require us to add django-stubs-ext as a runtime requirement, in order to define an itemgetter for these generic classes via monkeypatch

The new annotations do not improve much actually, because Form.fields is de-facto untyped (typeddjango/django-stubs#1514)