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

Avoid deprecation warning when rendering wizard ManagementForm #214

Closed claudep closed 2 years ago

claudep commented 2 years ago

See also https://code.djangoproject.com/ticket/33876

codecov[bot] commented 2 years ago

Codecov Report

Merging #214 (bbe4f11) into master (8a02dbc) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
+ Coverage   93.20%   93.22%   +0.01%     
==========================================
  Files          11       11              
  Lines         530      531       +1     
  Branches       67       67              
==========================================
+ Hits          494      495       +1     
  Misses         22       22              
  Partials       14       14              
Impacted Files Coverage Δ
formtools/wizard/forms.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

claudep commented 2 years ago

Thanks Hasan.