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

rkhleics / wagtailmenus / 68
100%

Build:
DEFAULT BRANCH: master
Ran 21 Sep 2016 09:59PM UTC
Jobs 7
Files 39
Run time 1min
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
68

push

travis-ci

web-flow
Provide the option to use `PageQuerySet.specific()` to fetch children pages  (#34)

- All menu tags apart from sub_menu take a 'sub_menu_template' kwarg
- If a `template` value isn't passed to 'sub_menu', it will look for a `sub_menu_template` value in the context (added by other tags) to use, before resorting to the default
- Added default USE_SPECIFIC settings for each tag
- All menu tags take a 'use_specific' kwarg which, if True, will call the 'specific' method on page querysets to efficiently identify and supply 'specific' pages to templates
- If a 'use_specific' value isn't passed to 'sub_menu', it will look for a 'use_specific' value in the context (added by other tags), before resorting to the `False`
- Tests show the how adding `use_specific=True` to the two-level main menu results in the additional classnames from the specific pages being added to `<li>` elements for that menu, despite the same templates being used for all main menu tags.
- Added notes to CHANGELOG.md
- Documented new settings and  tag arguments in README.md
- Remove the now unused `relative_url` method from `MenuItem` model

790 of 793 relevant lines covered (99.62%)

6.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 68.1 (TOXENV=py27-dj18-wt15) 21 Sep 2016 09:59PM UTC 0
99.62
Travis Job 68.1
2 68.2 (TOXENV=py33-dj18-wt15) 21 Sep 2016 10:00PM UTC 0
99.62
Travis Job 68.2
3 68.3 (TOXENV=py34-dj18-wt15) 21 Sep 2016 09:59PM UTC 0
99.62
Travis Job 68.3
4 68.4 (TOXENV=py35-dj18-wt15) 21 Sep 2016 09:59PM UTC 0
99.62
Travis Job 68.4
5 68.5 (TOXENV=py35-dj19-wt15) 21 Sep 2016 09:59PM UTC 0
99.62
Travis Job 68.5
6 68.6 (TOXENV=py35-dj19-wt16) 21 Sep 2016 10:01PM UTC 0
99.62
Travis Job 68.6
7 68.7 (TOXENV=py35-dj110-wt16) 21 Sep 2016 10:01PM UTC 0
99.62
Travis Job 68.7
Source Files on build 68
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #68
  • 3dd9f006 on github
  • Prev Build on master (#63)
  • Next Build on master (#75)
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