#33265: Form.get_context() backward-incompatibility
-------------------------------------------+------------------------
Reporter: Collin Anderson | Owner: nobody
Type: Bug | Status: new
Component: Forms | Version: dev
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------------+------------------------
Hi All,
The new `Form.get_context()` method was added in #31026 on Sept 20th, but
this breaks any form that already has a different `get_context()` method,
for example:
https://github.com/ubernostrum/django-contact-
form/blob/a30a3de7e80936e47ec939e5275ef00f03342688/src/contact_form/forms.py#L94
I'd suggest at least making sure this is documented in the release notes.
But also, is there an upgrade-path for 3rd party libraries like `django-
contact-form` that need to support multiple django versions?
Thanks,
Collin
--
Ticket URL: <https://code.djangoproject.com/ticket/33265>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/057.459202743343bece54b14339e8d243fd%40djangoproject.com.