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

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

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

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

Jobs
ID Job ID Ran Files Coverage
32 8768.32 (FRONTEND=1 UNIT=1) 26 Oct 2016 11:14PM UTC 0
82.52
Travis Job 8768.32
Source Files on build 8768
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8768
  • bd64c85f on github
  • Prev Build on release/3.4.x (#8764)
  • Next Build on release/3.4.x (#8769)
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