jazzband / django-formtools

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

Get form list #209

Closed stuaxo closed 2 years ago

stuaxo commented 2 years ago

Allow users to customise get_form_list by ensuring it is used everywhere.

This cherry picks the commit from this PR (to preserve attribution) https://github.com/jazzband/django-formtools/pull/62

And adds a regression test.

codecov[bot] commented 2 years ago

Codecov Report

Merging #209 (3df0ffb) into master (954c9df) will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
+ Coverage   93.01%   93.20%   +0.18%     
==========================================
  Files          11       11              
  Lines         530      530              
  Branches       67       67              
==========================================
+ Hits          493      494       +1     
+ Misses         23       22       -1     
  Partials       14       14              
Impacted Files Coverage Δ
formtools/wizard/views.py 94.29% <100.00%> (+0.33%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 954c9df...3df0ffb. Read the comment docs.

claudep commented 2 years ago

Thanks a lot for finishing this!!

stuaxo commented 2 years ago

No probs, it's good to see things can get merged here.