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

divio / django-cms / #24614 / 1
77%
develop: 77%

Build:
DEFAULT BRANCH: develop
Ran 19 Mar 2022 08:15PM UTC
Files 25
Run time 2s
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

19 Mar 2022 08:13PM UTC coverage: 77.7%. Remained the same
#24614.1

push

travis-ci

web-flow
Feat/django4 support (#7268)

* feat: update requirements for the deps to install for django 4

* fix: django utils http deprecations

* fix: signals deprecation from Django

* fix: lang key deprecation for session

* wip: middleware deprecation fixes

* feat: add django 4 to the ci mix

* fix: 3.6 is deprecated

* fix: use the same name as existing convention

* wip: fix the toolbar

* fix: more tests

* fix: issue with thread local in Django

Django uses thread-locals internally to track the currently active language for the request.

Python implements thread-local data through the threading.local class, but as of Django 3.x, multiple requests can be handled in a single thread and so thread-locals will no longer be unique to a single request. Django therefore provides asgiref.Local as a drop-in replacement.

Authored-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
Signed-off-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>

* fix: add correct version of package deps

* revert: old style middlewares

* fix: current user middleware issues

* fix: django 4.0 is 3.8+ only

* fix: issue with middlewares upgrade to the new convention

* fix: port the middleware to new convention

Authored-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
Signed-off-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
Co-authored-by: Mark Walker <theshow@gmail.com>

* fix: isort linting issues

* feat: port the middleware to the new format

* Move django upper limit from 4 to 5

Co-authored-by: Mark Walker <theshow@gmail.com>
Co-authored-by: Mark Walker <mark.walker@realbuzz.com>

1064 of 1523 branches covered (69.86%)

2547 of 3278 relevant lines covered (77.7%)

33.48 hits per line

Source Files on job #24614.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24614
  • 9e8eb174 on github
  • Prev Job for on develop (##24609.1)
  • Next Job for on develop (##24642.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