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

divio / django-cms / 8768 / 32
83%
develop: 77%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: develop
Ran 26 Oct 2016 11:14PM UTC
Files 23
Run time 3s
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

26 Oct 2016 10:28PM UTC coverage: 82.519%. Remained the same
FRONTEND=1 UNIT=1

push

travis-ci

czpython
Fixed bug where empty placeholder would render as 'None' (#5734)

This bug would appear when "placeholder" template tag appeared in a
template being rendered by a non-CMS view.

The render_page_placeholder function had a bare "return" instead of
returning an explicit empty string.

See also the code that would be executed for the same case in
django-cms 3.3.x (in cms_tags.py:render_tag in that release):

        page = request.current_page
        if not page or page == 'dummy':
            if nodelist:
                return nodelist.render(context)
            return ''

2398 of 2906 relevant lines covered (82.52%)

52.99 hits per line

Source Files on job 8768.32 (FRONTEND=1 UNIT=1)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8768
  • Travis Job 8768.32
  • bd64c85f on github
  • Prev Job for FRONTEND=1 UNIT=1 on release/3.4.x (#8764.32)
  • Next Job for FRONTEND=1 UNIT=1 on release/3.4.x (#8769.32)
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