Opened 4 years ago
Last modified 4 years ago
#33251 closed Cleanup/optimization
Breaking change missing from Django 4.0 changelog — at Initial Version
| Reported by: | Dylan Verheul | Owned by: | nobody |
|---|---|---|---|
| Component: | Forms | Version: | 4.0 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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).
Note:
See TracTickets
for help on using tickets.