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

ic-labs / django-icekit / 523
74%

Build:
DEFAULT BRANCH: develop
Ran 29 Nov 2016 02:27AM UTC
Jobs 1
Files 233
Run time 28s
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

pending completion
523

push

travis-ci

jmurty
Fix workflow status & assigned admin filters for polymorphic models

We cannot use simple queryset filtering for workflow status or assigned
values when we are working with polymorphic models – even if they
extend `WorkflowStateMixin` – because we will probably get a queryset of
parent items which is not aware of the GFK reverse relationships to
`WorkflowState`.

Solve this problem using brute force for now, by bypassing the basic
filtering approach for polymorphic querysets and using the slower
concrete instance iteration process instead.

3443 of 4654 relevant lines covered (73.98%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 523.1 29 Nov 2016 02:27AM UTC 0
73.98
Travis Job 523.1
Source Files on build 523
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #523
  • aba76ced on github
  • Prev Build on develop (#521)
  • Next Build on develop (#524)
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