Pedro Perpétua
Pedro Perpétua
The `ArrayInput` component has a breaking different behaviour in the dev environment and when you actually build the project; an empty `ArrayInput` (that has not been interacted with) will: -...
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...
# Bug report ## What's wrong The response comming from a request made with `rest_framework.test.APIClient` has an attribute `wsgi_request` of type `WSGIRequest`. Currently, if used, mypy will throw out an...
If there's an option to do this, I didn't find it. I think it would be useful to have a configuration to skip over files that exclusively have imports in...
Django inlines traditionally use the method `get_inlines` to retrieve the list of inlines in a model, in case the user needs to conditionally decide which inlines to render. Even though...
I can only figure out how to get the text on the callback from `onCustomMenuSelection`. Is it possible to get the actual range (start and end) of the user's selection?...