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

divio / django-cms / #24614
77%

Build:
DEFAULT BRANCH: develop
Ran 19 Mar 2022 08:15PM UTC
Jobs 1
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

pending completion
#24614

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

Jobs
ID Job ID Ran Files Coverage
1 #24614.1 19 Mar 2022 08:15PM UTC 0
77.7
Source Files on build #24614
Detailed source file information is not available for this build.
  • Back to Repo
  • 9e8eb174 on github
  • Prev Build on develop
  • Next Build on develop
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