--
Ticket URL: <https://code.djangoproject.com/ticket/33251>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> This commit b9e872b59329393f615c440c54f632a49ab05b78 changes the behavior
> of RadioSelect. It caused tests to fail in the django-bootstrap5 package
> when testing against Django main branch and Django 4.0.b1. The tests
> failed because a `for=XXX` was unexpectedly not generated. I couldn't
> find the change in the changelog, but I could find the change in the
> source code (see commit link).
New description:
This commit b9e872b59329393f615c440c54f632a49ab05b78 changes the behavior
of RadioSelect. It caused tests to fail in the django-bootstrap5 package
when testing against Django main branch and Django 4.0.b1. The tests
failed because a `for=XXX` was unexpectedly not generated in the label
tag. I couldn't find the change in the changelog, but I could find the
change in the source code (see commit link).
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33251#comment:1>
* status: new => closed
* type: Uncategorized => Cleanup/optimization
* resolution: => invalid
Comment:
Thanks for this report, however b9e872b59329393f615c440c54f632a49ab05b78
was a bug fix and we don't add release notes for bug fixes.
Moreover the way how Django builds HTML is an implementation detail not
something Django should guarantee and all bug fixes are backwards
incompatible by nature.
--
Ticket URL: <https://code.djangoproject.com/ticket/33251#comment:2>