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

torchbox / wagtail / 5990 / 2
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2016 10:20PM UTC
Files 399
Run time 12s
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

24 Mar 2016 09:05PM UTC coverage: 95.537% (+0.008%) from 95.529%
TOXENV=py27-dj18-mysql

push

travis-ci

kaedroho
Change Indexed.search_fields to be a listish thing

Indexed.search_fields used to be a tuple. This is incorrect, and it
should have been a list.  Changing it to be a list now would be a
backwards incompatible change, as people do

    search_fields = Page.search_fields + (
        SearchField('body')
    )

Adding a tuple to the end of a list causes an error, so this would
cause all old code that used tuples to throw an error. This is not
great.

A new ThisShouldBeAList class, which subclasses list, has been added.
It additionally allows tuples to be added to it, as in the above
behaviour, but will raise a deprecation warning if someone does this.
Old code that uses tuples will continue to work, but raise a deprecation
warning.

See #2310

22799 of 23864 relevant lines covered (95.54%)

0.96 hits per line

Source Files on job 5990.2 (TOXENV=py27-dj18-mysql)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5990
  • Travis Job 5990.2
  • 6bd16858 on github
  • Prev Job for TOXENV=py27-dj18-mysql on master (#5989.2)
  • Next Job for TOXENV=py27-dj18-mysql on master (#5991.2)
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