Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib/admin/options: improve types #257

Merged

Conversation

noelleleigh
Copy link

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.

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.
Copy link
Owner

@sbdchd sbdchd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kodiakhq kodiakhq bot merged commit b080569 into sbdchd:main Aug 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants