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

divio / django-cms
90%
develop: 77%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: develop
Repo Added 04 Apr 2014 01:20PM UTC
Files 48
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • 3.11.x-multiple-fallback
  • 3.11.x-permanent-language-redirect-option
  • WiP-remaining-CMS4-issues
  • add/docs
  • chore/github-templates
  • chore/pr-lint-update
  • ci/pre-commit
  • ci/update-lint-pr
  • develop
  • develop-4
  • docs/contributing
  • docs/placeholders
  • docs/update-installation-by-hand
  • docs/venv-command
  • feat/3.11.5+intranet-fix
  • feat/3.11.5+intranet-fix+cms-fix-multisite
  • feat/backport-rtl
  • feat/django-42-compatible
  • feat/django-42-compatible-update
  • feat/django-5-support
  • feat/modernize-django-update-ci
  • feat/new-contributor-msg-v3
  • feat/no-squash-bot
  • feat/rtl-support
  • feat/specific-depr-warnings
  • feat/update-cms-cache-prefix-docs
  • feat/update-frontend-test-docs
  • feature/language-from-middleware
  • fix-7752-change_template-form
  • fix/cms_menus
  • fix/copy-content-extension
  • fix/copy-extensions
  • fix/dark-mode-messages
  • fix/extension-toolbar
  • fix/honour-redirect-on-fallback-for-homepage
  • fix/incorrect-migrate-command
  • fix/issue-7672
  • fix/language-chooser
  • fix/logout-django-5-0
  • fix/plugin-paths
  • fix/port-forward-7070
  • fix/readable-messages
  • fix/redirect-after-create
  • fix/releasenotes-3.11.4
  • fix/return-handle-no-page
  • fix/structure-mode-button-incorrect-bundles
  • fix/update-installation-instructions
  • fix/wizard_redirect_to_object_edit_url
  • fix_plural_forms_fr_djangojs_locale
  • fsbraun-develop
  • fsbraun-patch-1
  • fsbraun-patch-2
  • issue-7745-delete-page
  • meandre_3.11
  • new-release
  • old-release-4.1.x
  • permanent-language-redirect-option
  • pyup-update-alabaster-0.7.12-to-0.7.14
  • pyup-update-alabaster-0.7.12-to-0.7.15
  • pyup-update-alabaster-0.7.12-to-0.7.16
  • pyup-update-alabaster-0.7.12-to-1.0.0
  • pyup-update-asgiref-3.5.0-to-3.8.0
  • pyup-update-asgiref-3.5.0-to-3.8.1
  • release-x/4.1.x
  • release/3.11.5+socialschools-cms-fixes
  • release/3.11.x
  • release/4.0.1.x
  • release/4.1.x
  • release/4.1.x.x
  • release/build
  • remove-delete-page-from-toolbar
  • swe/_fix
  • testtt

04 Feb 2026 11:14AM UTC coverage: 89.962%. Remained the same
#30930

push

travis-ci

web-flow
fix: get_permissions failed for missing global permissions (#8468)

* fix: get_permissions failed for missing global permissions

* Apply suggestion from @fsbraun

* fix: Use `PermissionTuple` class

1338 of 2147 branches covered (62.32%)

9204 of 10231 relevant lines covered (89.96%)

11.2 hits per line

Relevant lines Covered
Build:
Build:
10231 RELEVANT LINES 9204 COVERED LINES
11.2 HITS PER LINE
Source Files on main
  • Tree
  • List 48
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#30930 main fix: get_permissions failed for missing global permissions (#8468) * fix: get_permissions failed for missing global permissions * Apply suggestion from @fsbraun * fix: Use `PermissionTuple` class push 24 May 2026 12:11AM UTC web-flow travis-ci
89.96
#30929 main fix: get_permissions failed for missing global permissions (#8468) * fix: get_permissions failed for missing global permissions * Apply suggestion from @fsbraun * fix: Use `PermissionTuple` class push 23 May 2026 11:40PM UTC web-flow travis-ci
89.96
#30924 main chore: Replace removed Django API for Django 6.0 (#8116) * chore: Replace removed Django API for Django 6.0 * Update test_admin.py * Fix admin tests * Add optional processing of list parameter to log * Add missing import to commit ... push 22 May 2026 12:11PM UTC web-flow travis-ci
76.17
#30877 main fix: get_permissions failed for missing global permissions (#8468) * fix: get_permissions failed for missing global permissions * Apply suggestion from @fsbraun * fix: Use `PermissionTuple` class push 22 May 2026 01:08AM UTC web-flow travis-ci
89.96
#30876 main fix: get_permissions failed for missing global permissions (#8468) * fix: get_permissions failed for missing global permissions * Apply suggestion from @fsbraun * fix: Use `PermissionTuple` class push 22 May 2026 01:07AM UTC web-flow travis-ci
89.96
#30875 main fix: Respect individual placeholder checks if they can be changed (#8317) * fix: Respect placeholder checks of different PlaceholderRelationFields * fix: tests * fix: More specific css rule * fix: Performance optimization * Update cms/templat... push 21 May 2026 10:21PM UTC web-flow travis-ci
75.07
#30874 main fix: Respect individual placeholder checks if they can be changed (#8317) * fix: Respect placeholder checks of different PlaceholderRelationFields * fix: tests * fix: More specific css rule * fix: Performance optimization * Update cms/templat... push 21 May 2026 10:12PM UTC web-flow travis-ci
75.07
#30873 main fix: Respect individual placeholder checks if they can be changed (#8317) * fix: Respect placeholder checks of different PlaceholderRelationFields * fix: tests * fix: More specific css rule * fix: Performance optimization * Update cms/templat... push 21 May 2026 10:09PM UTC web-flow travis-ci
75.07
#30872 main fix: Django 6 tried to adding object tools to the page tree throwing an error (#8133) * fix: Django 6 tried to add an Add page through the object tools and throws an error * Clearer formatting --------- Co-authored-by: Vinit Kumar <mail@vinitk... push 21 May 2026 09:59PM UTC web-flow travis-ci
76.15
#30871 main fix: Django 6 tried to adding object tools to the page tree throwing an error (#8133) * fix: Django 6 tried to add an Add page through the object tools and throws an error * Clearer formatting --------- Co-authored-by: Vinit Kumar <mail@vinitk... push 21 May 2026 09:47PM UTC web-flow travis-ci
76.15
See All Builds (18244)
  • Repo on GitHub
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