mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-16 05:43:11 +00:00
Besides requiring less code, this also allows the django-stubs mypy plugin to automatically generate a type-annotated version of the manager. Unfortunately, the plugin does not put a `ClassVar` annotation on `objects`, which is why we need the suppression. |
||
|---|---|---|
| .. | ||
| test_fields | ||
| test_managers | ||
| test_models | ||
| __init__.py | ||
| fields.py | ||
| managers.py | ||
| models.py | ||
| settings.py | ||
| test_choices.py | ||
| test_inheritance_iterable.py | ||
| test_miscellaneous.py | ||