-
-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some modules designed to work with DRF subclass the restframework.settings.APISettings
class to implement their own custom settings (for example, djangorestframework-simplejwt
). This class has the expected settings keys "hardcoded" into the class itself, making subclasses have to type-ignore when using their own Settings TypedDict or have some incompatible override.
The class could be made generic so subclasses pass their own TypedDict of settings.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request