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

rkhleics / wagtailmenus / 68 / 1
100%
master: 100%

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

21 Sep 2016 09:57PM UTC coverage: 99.622% (+0.01%) from 99.611%
TOXENV=py27-dj18-wt15

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%)

1.0 hits per line

Source Files on job 68.1 (TOXENV=py27-dj18-wt15)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 6
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 68
  • Travis Job 68.1
  • 3dd9f006 on github
  • Prev Job for TOXENV=py27-dj18-wt15 on master (#63.1)
  • Next Job for TOXENV=py27-dj18-wt15 on master (#75.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