-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
5.0: Update django.forms.boundfield
and django.forms.utils
#2118
Conversation
It would be nice to modify the |
I apologize for any inconvenience my question may have caused. @sudosubin I'm still not good enough. Sot I'm wondering why you need properties like renderer, template_name, get_context when you inherit. I'd appreciate it if you could tell me :) |
Hey, @saJaeHyukc! I just wanted to say that you are doing a great work 🚀 |
django.forms.boundfield
django.forms.boundfield
and django.forms.utils
Thank you for giving me courage :) I'm always careful because I don't think my time and other people's time are the same. I will proceed with the courage when I work on it from now on :) |
Feel free to ping me on any issue / ask any questions / drop me a line. |
Oh, I meant |
Co-authored-by: Nikita Sobolev <[email protected]>
Thank you :) |
Thank you for the explanation :) I will add the code if the reviewer needs to add the code you mentioned. |
I have made things!
Update stubs for
django.forms.boundfield
for Django 5.0.django.forms.boundfield
django.forms.boundfield.BoundField
was changeddjango.forms.boundfield.BoundField.renderer
was addeddjango.forms.boundfield.BoundField.get_context
was addeddjango.forms.boundfield.BoundField.template_name
was addeddjango.forms.utils
django.forms.utils.RenderableFieldMixin
was addedRelated issues
Refs
Upstream PR