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

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

Build:
DEFAULT BRANCH: master
Ran 27 Oct 2016 07:51PM UTC
Files 462
Run time 27s
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.581% (+0.002%) from 94.579%
TOXENV=py27-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.

29620 of 31317 relevant lines covered (94.58%)

0.95 hits per line

Source Files on job 7788.19 (TOXENV=py27-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.19
  • 169045b1 on github
  • Prev Job for TOXENV=py27-dj110-mysql-noelasticsearch on master (#7786.19)
  • Next Job for TOXENV=py27-dj110-mysql-noelasticsearch on master (#7789.19)
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