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

renskiy / django-bitmask-field / 43 / 2
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 06 May 2022 06:42AM UTC
Files 1
Run time 0s
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

06 May 2022 06:41AM UTC coverage: 94.444%. Remained the same
DJANGO_VERSION=1.9.*

push

travis-ci-com

web-flow
feat: resolve RemovedInDjango30Warning warning (#9)

This resolves the following warning:

    RemovedInDjango30Warning: Remove the context parameter from
    BitmaskField.from_db_value(). Support for it will be removed in
    Django 3.0.

This error is raised in django/db/models/sql/compiler.py.

The last Django version that this paramenter was present, is 1.11. This
version is not supported anymore:
https://docs.djangoproject.com/en/1.11/ref/models/fields/#django.db.models.Field.from_db_value

Since Django 2.0, this context parameter is removed:
https://docs.djangoproject.com/en/2.0/ref/models/fields/#django.db.models.Field.from_db_value

85 of 90 relevant lines covered (94.44%)

0.94 hits per line

Source Files on job 43.2 (DJANGO_VERSION=1.9.*)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 43
  • Travis Job 43.2
  • f39a4ef0 on github
  • Prev Job for DJANGO_VERSION=1.9.* on master (#35.2)
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