• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zostera / django-bootstrap5 / 30345819974
96%

Build:
DEFAULT BRANCH: main
Ran 28 Jul 2026 09:16AM UTC
Jobs 1
Files 15
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Jul 2026 09:15AM UTC coverage: 96.041%. Remained the same
30345819974

push

github

web-flow
Add ability to specify the form attribute for radio input (#845)

* Add ability to specify the form for radio input

Form inputs may be associated with different forms. It allows creating "forms within forms".
Read a definition on [HTML spec](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form).
One can specify the form the input will be associated with like this:

```python
    sex = forms.ChoiceField(
        widget=forms.RadioSelect(attrs={"form": "order-create-form"}),
        choices=Order.SEX_CHOICES,
        label=_("Sex"),
    )
```

* Add test for the use case

---------

Co-authored-by: Paul (xobb) Chubatyy <xobb@citylance.biz>

191 of 204 branches covered (93.63%)

Branch coverage included in aggregate %.

658 of 680 relevant lines covered (96.76%)

13.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30345819974.1 28 Jul 2026 09:16AM UTC 15
96.04
GitHub Action Run
Source Files on build 30345819974
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 170de64e on github
  • Prev Build on main (#30345334704)
  • Next Build on main (#30350995910)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc