We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I believe django/contrib/postgres/fields/ranges.py:*:base_field has the wrong type.
They were changed to be types here #2078 (comment)
But it seems django will instantiate them in the constructor https://github.com/django/django/blob/40a60d589e1d0d290c3b79c7e97d9cd0c94e52e3/django/contrib/postgres/fields/ranges.py#L65
Before I make a PR to change that, would you agree the stubs should say they're an instance?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe django/contrib/postgres/fields/ranges.py:*:base_field has the wrong type.
They were changed to be types here #2078 (comment)
But it seems django will instantiate them in the constructor https://github.com/django/django/blob/40a60d589e1d0d290c3b79c7e97d9cd0c94e52e3/django/contrib/postgres/fields/ranges.py#L65
Before I make a PR to change that, would you agree the stubs should say they're an instance?
The text was updated successfully, but these errors were encountered: