Xavier Francisco

Results 8 comments of Xavier Francisco

Just to add to this issue information, as I've encountered something similar. If I use `response.data` just once, everything works fine. If I use it more than once, then: `E1101:...

I can no longer reproduce this issue. ``` pylint==2.13.9 pylint-django==2.5.3 django==4.0.4 ```

Hey @sbdchd . Since, you got no reply after 2 years, could you add the types you've setup on kodiak to the typeshed? If you would prefer, I could do...

As of earlier today, you can now have typing support for this package, by installing the `types-dj-database-url` package.

Yep, that worked. Thanks! It still feels like a workaround, so I'll leave this open. If the maintainers feel like this should be the default behavior, feel free to close...

The same thing happens when trying to subclass `PrimaryKeyRelatedField`. Edit: And `Field`.

Could you let me know when this gets released, so I can deprecate the `types-dj-database-url` package from typeshed as per their policy[0] ? [0] https://github.com/python/typeshed/blob/main/CONTRIBUTING.md#third-party-library-removal-policy