zostera / django-bootstrap3

Bootstrap 3 integration with Django.

Home Page:http://django-bootstrap3.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline radio buttons and inline checkboxes not working in Django 4

dyve opened this issue · comments

Visible in example app (make example) by switching Django dependency of example env in pyproject.toml.

Django < 4 (correct)
Scherm­afbeelding 2023-06-21 om 16 03 41

Django >= 4 (wrong)
Scherm­afbeelding 2023-06-21 om 16 00 40

Caused by the changed HTML output of RadioSelect in Django >= 4.