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

torchbox / wagtail / 7788 / 27
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 27 Oct 2016 08:00PM UTC
Files 462
Run time 23s
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

27 Oct 2016 07:24PM UTC coverage: 94.479% (+0.002%) from 94.477%
TOXENV=py35-dj110-mysql-noelasticsearch

push

travis-ci

gasman
Loop through all multiple value fields when sending form submission by email.

A form field with multiple checkboxes may introduce submissions that have more than one value. The `send_email` function would loop through all form fields and grab only the first item of each field, ignoring fields that may have multiple values selected. This is a side effect of using `QueryDict.get()`, which will only return the last value of a list.

This commit fixes that by first converting the `QueryDict` instance to a regular dict of lists so that `get` will return all values, then joining multiple items if needed.

29588 of 31317 relevant lines covered (94.48%)

0.94 hits per line

Source Files on job 7788.27 (TOXENV=py35-dj110-mysql-noelasticsearch)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7788
  • Travis Job 7788.27
  • 169045b1 on github
  • Prev Job for TOXENV=py35-dj110-mysql-noelasticsearch on master (#7786.27)
  • Next Job for TOXENV=py35-dj110-mysql-noelasticsearch on master (#7789.27)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc