sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
186 stars 62 forks source link

contrib/admin/options: improve types #257

Closed noelleleigh closed 1 month ago

noelleleigh commented 1 month ago

Improve the type hints for BaseModelAdmin, ModelAdmin, and InlineModelAdmin by:

  1. Removing private method definitions
  2. Use the _ModelT generic variable more
  3. Make Any return types more specific

It think the highest value change here is ModelAdmin.get_form, which is what prompted me to make these changes in the fist place.