django-model-utils/model_utils
Maarten ter Huurne 00937608fa Add type argument to DescriptorWrapper
This preserves the type of the wrapped descriptor (usually a field).

Maybe this is overkill, as `DescriptorWrapper` seems to only be used
as part of the `FieldTracker` implementation and is not documented
and barely tested. But technically, it is public API.
2024-06-13 12:02:05 +02:00
..
locale Translation files 2024-04-01 15:09:46 +02:00
__init__.py Suppress error about __version__ being None when not installed 2024-04-05 17:15:16 +02:00
choices.py Make type aliases compatible with old Python versions 2024-06-13 12:02:05 +02:00
fields.py Annotate the fields module 2024-06-13 12:02:05 +02:00
managers.py Fix type generics in InheritanceIterable 2024-06-13 12:02:05 +02:00
models.py Annotate the models module 2024-06-13 12:02:05 +02:00
py.typed Add py.typed 2023-01-23 22:03:56 +00:00
tracker.py Add type argument to DescriptorWrapper 2024-06-13 12:02:05 +02:00