jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
784 stars 135 forks source link

Fix form validation in default templates #265

Closed pfouque closed 4 months ago

pfouque commented 5 months ago

The doc is already mentioning this fix (it's not published, unfortunately), but the default templates are not including it.

Fix https://github.com/jazzband/django-formtools/issues/198 in default templates

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a60dbd9) 93.80% compared to head (18b2eaa) 93.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #265 +/- ## ======================================= Coverage 93.80% 93.80% ======================================= Files 11 11 Lines 533 533 Branches 67 86 +19 ======================================= Hits 500 500 Misses 21 21 Partials 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.