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

ic-labs / django-icekit / 523 / 1
74%
develop: 74%

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

29 Nov 2016 02:22AM UTC coverage: 73.979%. Remained the same
523.1

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

Source Files on job 523.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 523
  • Travis Job 523.1
  • aba76ced on github
  • Prev Job for on develop (#521.1)
  • Next Job for on develop (#524.1)
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