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

divio / django-cms / #24572
78%
develop: 77%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: develop
Ran 13 Mar 2022 06:22PM 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
#24572

push

travis-ci

vinitkumar
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>

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 #24572.1 13 Mar 2022 06:22PM UTC 0
77.7
Source Files on build #24572
Detailed source file information is not available for this build.
  • Back to Repo
  • ff680e6c on github
  • Prev Build on feat/django4-support
  • Next Build on feat/django4-support
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