-
-
Notifications
You must be signed in to change notification settings - Fork 127
Typings for Field attributes #31
New issue
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
Comments
@sobolevn I would like to fix this. I'll provide a PR that passes the pipeline. |
@stevanmilic I created a pr but it wasn't merged and after some of the fields were fixed in master it has merge conflict. You can use that pr as starting point. |
@stevanmilic another related non merged pr https://github.com/typeddjango/djangorestframework-stubs/pull/58/files |
Yea seen it, I was planning to re-use it 👍 thanks |
@kalekseev I've just taken a look at master branch, it looks like the attributes are added in 2112425#diff-279543faf36724e6286925cb91487e5e commit, we can close this issue. |
Yes, I have merged it today. Sorry for the delay! |
Currently a lot of Field's attributes are not exposed in types, eg:
that cause a lot of headache when serializers modified dynamically.
The text was updated successfully, but these errors were encountered: