#37048: Backwards incompatible change to InclusionAdminNode
---------------------------------+--------------------------------------
Reporter: Anže Pečar | Owner: (none)
Type: Bug | Status: closed
Component: Template system | Version: dev
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------------+--------------------------------------
Changes (by Jake Howard):
* resolution: => wontfix
* status: new => closed
Comment:
After some digging, `InclusionAdminNode` isn't a public API, so doesn't
have any compatibility guarantees. A similar backwards-incompatible change
was made to `parse_bits`. Neither are mentioned in the 6.1 release notes.
I spoke to Jacob at Djangocon Europe, and we agreed that since it's not
part of the public API, it's not something we should be fixing. The work-
around would be to change the arguments passed depending on the version,
which shouldn't be too much hassle.
--
Ticket URL: <
https://code.djangoproject.com/ticket/37048#comment:1>