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

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

Build:
DEFAULT BRANCH: master
Ran 06 May 2022 06:45AM 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.565% (+0.1%) from 94.444%
DJANGO_VERSION=3.2.*

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

87 of 92 relevant lines covered (94.57%)

0.95 hits per line

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